Skip to content

Commit

Permalink
Merge pull request #10 from domain-protect/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…aws-actions/configure-aws-credentials-3

Bump aws-actions/configure-aws-credentials from 2 to 3
  • Loading branch information
paulschwarzenberger authored Sep 4, 2023
2 parents a3111e5 + c7be216 commit 2a5d273
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: pip install virtualenv

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.AWS_DEPLOY_ROLE_ARN}}
aws-region: ${{ secrets.AWS_REGION }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
ref: refs/heads/main

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.AWS_DEPLOY_ROLE_ARN}}
aws-region: ${{ secrets.AWS_REGION }}
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
run: pip install virtualenv

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.AWS_DEPLOY_ROLE_ARN}}
aws-region: ${{ secrets.AWS_REGION }}
Expand Down

0 comments on commit 2a5d273

Please sign in to comment.