From 814c2bffac7b1f00b7c9b853fd08e3c0c77940fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 01:41:13 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v6 --- .github/workflows/bootstrap.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bootstrap.yaml b/.github/workflows/bootstrap.yaml index 61f423e..2a80a03 100644 --- a/.github/workflows/bootstrap.yaml +++ b/.github/workflows/bootstrap.yaml @@ -41,7 +41,7 @@ jobs: # This will only work, if you've run `npx cdk deploy` once manually. - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 with: # The role is set up via https://github.com/bifravst/ci # secrets.AWS_ACCOUNT_ID_CI is an organization secret diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 71c5944..73fe922 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -34,7 +34,7 @@ jobs: # This will only work, if you've run `npx cdk deploy` once manually. - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 with: # The role is set up via https://github.com/bifravst/ci # secrets.AWS_ACCOUNT_ID_CI is an organization secret