From ca22415aad2d70ab6df660dc6d15dca4443deb35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 08:31:07 +0000 Subject: [PATCH] Update aws-actions/configure-aws-credentials action to v4 --- .github/workflows/lint.yml | 2 +- .github/workflows/push-ecr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4f44dd7a..d3a3d533 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,7 +31,7 @@ jobs: fail_on_error: true tflint_rulesets: aws - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/push-ecr.yml b/.github/workflows/push-ecr.yml index f9b0ae56..0bba18f6 100644 --- a/.github/workflows/push-ecr.yml +++ b/.github/workflows/push-ecr.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up AWS Credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}