Skip to content

Commit 4572624

Browse files
committed
Update example action tag
1 parent 798dfd9 commit 4572624

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
@@ -8,7 +8,7 @@ Add the following step to your workflow:
88

99
```yaml
1010
- name: Configure AWS Credentials
11-
uses: aws-actions/configure-aws-credentials@master
11+
uses: aws-actions/configure-aws-credentials@v1
1212
with:
1313
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
1414
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)