Skip to content

Commit 5e80a63

Browse files
Update aws-actions/configure-aws-credentials action to v5
1 parent f02c329 commit 5e80a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
path: binaries/*
6161
retention-days: 1
6262
- name: Setup AWS Credentials
63-
uses: aws-actions/configure-aws-credentials@v4.2.1
63+
uses: aws-actions/configure-aws-credentials@v5.1.0
6464
with:
6565
aws-access-key-id: ${{ secrets.AWS_DEPLOY_ACCESSKEY }}
6666
aws-secret-access-key: ${{ secrets.AWS_DEPLOY_SECRETKEY }}

0 commit comments

Comments
 (0)