From 0b470f0d4fb99cc23203deb20b6b723f1c3efa6a Mon Sep 17 00:00:00 2001 From: Thomaz Leite Date: Fri, 21 Jul 2023 12:29:18 -0300 Subject: [PATCH] Update version of configure-aws-credentials action --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 125e5f4..bc615af 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: contents: read steps: - uses: actions/checkout@v2 - - uses: aws-actions/configure-aws-credentials@8a84b07f2009032ade05a88a28750d733cc30db1 + - uses: aws-actions/configure-aws-credentials@v2.2.0 with: role-to-assume: arn:aws:iam::192824654885:role/github-actions-ecr aws-region: eu-west-2