Skip to content

Commit

Permalink
Merge pull request #917 from guardian/dependabot/github_actions/aws-a…
Browse files Browse the repository at this point in the history
…ctions/configure-aws-credentials-3

Bump aws-actions/configure-aws-credentials from 2 to 3
  • Loading branch information
shtukas authored Aug 25, 2023
2 parents e81f2b8 + 90d12b5 commit 7b6a165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# Required by SBT riffRaffUpload
- name: Assume AWS role
if: env.isPrFromForkedRepo == 'false'
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
aws-region: eu-west-1
Expand Down

0 comments on commit 7b6a165

Please sign in to comment.