Skip to content

Commit 6268ab7

Browse files
authored
Merge pull request #12 from Cyclenerd/dependabot/github_actions/aws-actions/configure-aws-credentials-6
Bump aws-actions/configure-aws-credentials from 5 to 6
2 parents 04d0012 + c4f0dfb commit 6268ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# https://github.com/marketplace/actions/configure-aws-credentials-action-for-github-actions
4343
- id: auth
4444
name: 🔐 Authenticate to AWS
45-
uses: aws-actions/configure-aws-credentials@v5
45+
uses: aws-actions/configure-aws-credentials@v6
4646
with:
4747
role-to-assume: ${{ env.AWS_ROLE }}
4848
aws-region: ${{ env.AWS_REGION }}

0 commit comments

Comments
 (0)