Skip to content

Commit 81fba9e

Browse files
authored
Update README.md with v2 instead of v1 (#733)
1 parent 8815b65 commit 81fba9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ In this two-step example, the first step will use OIDC to assume the role `arn:a
165165

166166
```yaml
167167
- name: Configure AWS Credentials
168-
uses: aws-actions/configure-aws-credentials@v1
168+
uses: aws-actions/configure-aws-credentials@v2
169169
with:
170170
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
171171
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)