From 81fba9ea6ab1ad41093faf96dcba39791f6b7650 Mon Sep 17 00:00:00 2001 From: escudero89 <532828+escudero89@users.noreply.github.com> Date: Fri, 26 May 2023 00:10:40 +0200 Subject: [PATCH] Update README.md with v2 instead of v1 (#733) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ece0d9d..d3a9afc 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ In this two-step example, the first step will use OIDC to assume the role `arn:a ```yaml - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v2 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}