Skip to content

Commit 96d40e2

Browse files
Bump aws-actions/configure-aws-credentials from 2 to 3 (#65)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent adcdb00 commit 96d40e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
contents: read
5656
steps:
5757
- name: Configure AWS Credentials
58-
uses: aws-actions/configure-aws-credentials@v2
58+
uses: aws-actions/configure-aws-credentials@v3
5959
with:
6060
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
6161
aws-region: ${{ secrets.AWS_REGION }}

0 commit comments

Comments
 (0)