Skip to content

Commit d649e91

Browse files
fix version in readme
1 parent 81b6310 commit d649e91

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
@@ -154,7 +154,7 @@ In this example, the Action will load the OIDC token from the GitHub-provided en
154154
role-to-assume: arn:aws:iam::123456789100:role/my-github-actions-role
155155
role-session-name: MySessionName
156156
- name: Configure other AWS Credentials
157-
uses: aws-actions/configure-aws-credentials@v1
157+
uses: aws-actions/configure-aws-credentials@v2
158158
with:
159159
aws-region: us-east-2
160160
role-to-assume: arn:aws:iam::987654321000:role/my-second-role

0 commit comments

Comments
 (0)