From 5b74da720ca42c0035655b4dfce2ecdbac640ec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:09:05 +0000 Subject: [PATCH] chore(deps)(deps): Bump aws-actions/configure-aws-credentials Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 5 to 6. - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v5...v6) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-slack-bot.yml | 2 +- .github/workflows/slack-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-slack-bot.yml b/.github/workflows/ci-slack-bot.yml index a5b40fc..fc083c8 100644 --- a/.github/workflows/ci-slack-bot.yml +++ b/.github/workflows/ci-slack-bot.yml @@ -119,7 +119,7 @@ jobs: - name: Configure AWS credentials if: github.ref == 'refs/heads/main' - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ secrets.ACTIONS_DEPLOY_ROLE_ARN }} aws-region: ca-central-1 diff --git a/.github/workflows/slack-build.yml b/.github/workflows/slack-build.yml index bae727f..7c44ebe 100644 --- a/.github/workflows/slack-build.yml +++ b/.github/workflows/slack-build.yml @@ -105,7 +105,7 @@ jobs: # 9. Configure AWS Credentials (OIDC - no secrets!) # ----------------------------------------------------------------------- - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ secrets.ACTIONS_DEPLOY_ROLE_ARN }} aws-region: ca-central-1