From 7bf25c89b94be5dc659ba58afda4ada8927f0775 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 20:14:21 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v4 --- .github/workflows/build-docker-release.yaml | 2 +- .github/workflows/build-main-docker-tag.yaml | 2 +- .github/workflows/docker_ecr_arch64.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-docker-release.yaml b/.github/workflows/build-docker-release.yaml index c4db30d1..a8a094b9 100644 --- a/.github/workflows/build-docker-release.yaml +++ b/.github/workflows/build-docker-release.yaml @@ -42,7 +42,7 @@ jobs: - name: Setup docker buildx uses: docker/setup-buildx-action@v2 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::726824350591:role/unleash-github-ecr-public-publish-role role-session-name: edge-actions-push-to-ecr-public diff --git a/.github/workflows/build-main-docker-tag.yaml b/.github/workflows/build-main-docker-tag.yaml index 90c3c09a..15001322 100644 --- a/.github/workflows/build-main-docker-tag.yaml +++ b/.github/workflows/build-main-docker-tag.yaml @@ -42,7 +42,7 @@ jobs: - name: Setup docker buildx uses: docker/setup-buildx-action@v2 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::726824350591:role/unleash-github-ecr-public-publish-role role-session-name: edge-actions-push-to-ecr-public diff --git a/.github/workflows/docker_ecr_arch64.yaml b/.github/workflows/docker_ecr_arch64.yaml index 294cd867..b1827651 100644 --- a/.github/workflows/docker_ecr_arch64.yaml +++ b/.github/workflows/docker_ecr_arch64.yaml @@ -36,7 +36,7 @@ jobs: run: | cross build --release --target=aarch64-unknown-linux-gnu - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::726824350591:role/unleash-github-ecr-private-publish-role role-session-name: actions-push-to-ecr-private