Skip to content

Commit d9a1adf

Browse files
authored
Fix configure-aws-credentials example in README (#219)
1 parent dcd20a8 commit d9a1adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
290290
steps:
291291
- name: Configure AWS credentials
292-
uses: aws-actions/configure-aws-credentials@v1
292+
uses: aws-actions/configure-aws-credentials@v4
293293
with:
294294
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
295295
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)