Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

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

Bump aws-actions/configure-aws-credentials from 3 to 4
  • Loading branch information
paulschwarzenberger authored Oct 8, 2023
2 parents 1605387 + 2c683d9 commit edec7d9
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@v3
uses: aws-actions/configure-aws-credentials@v4
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@v3
uses: aws-actions/configure-aws-credentials@v4
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@v3
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_DEPLOY_ROLE_ARN}}
aws-region: ${{ secrets.AWS_REGION }}
Expand Down

0 comments on commit edec7d9

Please sign in to comment.