From 9d1fca3b5ca018267f0918f39d2ae6bfff54820f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 12:12:34 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 3.0.1 to 6.2.0 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 3.0.1 to 6.2.0. - [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/v3.0.1...v6.2.0) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 08219a9e..86a0c571 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,7 +45,7 @@ jobs: UserKnownHostsFile=/dev/null - name: configure aws credentials - uses: aws-actions/configure-aws-credentials@v3.0.1 + uses: aws-actions/configure-aws-credentials@v6.2.0 with: role-to-assume: arn:aws:iam::037129986032:role/github_deploy role-session-name: GithubDeploy