Skip to content

Commit

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

Bump aws-actions/configure-aws-credentials from 2 to 4
  • Loading branch information
seanvaleo authored Nov 3, 2023
2 parents 2a9d59f + 4401b5d commit 41f6264
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ jobs:

# Deploy to the CDN
- name: configure AWS creds
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.APPSCOPEDEPLOYROLE }}
role-session-name: appscope-deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
needs: info
steps:
- name: configure AWS creds
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.APPSCOPEDEPLOYROLE }}
role-session-name: appscope-deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_latest_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
needs: info
steps:
- name: configure AWS creds
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.APPSCOPEDEPLOYROLE }}
role-session-name: appscope-deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: make docs-generate

- name: configure AWS creds
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.APPSCOPEDEPLOYROLE }}
role-session-name: appscope-deploy
Expand Down

0 comments on commit 41f6264

Please sign in to comment.