Skip to content

Commit

Permalink
Merge pull request #2752 from jupyterhub/dependabot/github_actions/aw…
Browse files Browse the repository at this point in the history
…s-actions/configure-aws-credentials-4

Bump aws-actions/configure-aws-credentials from 2 to 4
  • Loading branch information
manics authored Oct 4, 2023
2 parents 46e8b16 + 0834315 commit ad8a9a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform-deploy-aws-curvenote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ env.AWS_DEPLOYMENT_ROLE }}
aws-region: ${{ env.AWS_REGION }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- uses: actions/checkout@v4

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ env.AWS_DEPLOYMENT_ROLE }}
aws-region: ${{ env.AWS_REGION }}
Expand Down

0 comments on commit ad8a9a2

Please sign in to comment.