Skip to content

Commit

Permalink
Merge pull request #8128 from weseek/dependabot/github_actions/aws-ac…
Browse files Browse the repository at this point in the history
…tions/configure-aws-credentials-4

ci(deps): bump aws-actions/configure-aws-credentials from 2 to 4
  • Loading branch information
yuki-takei authored Oct 3, 2023
2 parents a6226b6 + 2874d0c commit 92c4916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-app-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v3

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: ap-northeast-1
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME_FOR_OIDC }}
Expand Down

0 comments on commit 92c4916

Please sign in to comment.