From 4f41c662cbf82ccaa46fab092c4328c9162902e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 23:01:36 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 4.0.1 to 4.0.2 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.0.1 to 4.0.2. - [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/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-patch ... 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 95159083d..708566f5f 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@v4.0.1 + - uses: aws-actions/configure-aws-credentials@v4.0.2 with: role-to-assume: arn:aws:iam::499333472133:role/GitHub-Manage-WireMock-Api-Templates aws-region: us-east-1