From 8e86f9cf29de1dd5db9e841d28686493f7a70b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:00:51 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 2.2.0 to 4.0.1 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 2.2.0 to 4.0.1. - [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/v2.2.0...v4.0.1) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/trigger-api-template-on-cloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger-api-template-on-cloud.yml b/.github/workflows/trigger-api-template-on-cloud.yml index 29a8ecddc..a929098ef 100644 --- a/.github/workflows/trigger-api-template-on-cloud.yml +++ b/.github/workflows/trigger-api-template-on-cloud.yml @@ -12,7 +12,7 @@ jobs: compare_difference_between_branches_and_upgrade_cloud_when_its_different: runs-on: ubuntu-20.04 steps: - - uses: aws-actions/configure-aws-credentials@v2.2.0 + - uses: aws-actions/configure-aws-credentials@v4.0.1 with: role-to-assume: arn:aws:iam::499333472133:role/GitHub-Manage-WireMock-Api-Templates aws-region: us-east-1