From bcc34273ab89be69dc86ba6c43f2cf69cc60d48e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 18:27:37 +0000 Subject: [PATCH] Bump the github-actions-deps group with 1 update Bumps the github-actions-deps group with 1 update: [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials). - [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...v4) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/centralized-sampling-tests.yml | 2 +- .github/workflows/integration-test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/centralized-sampling-tests.yml b/.github/workflows/centralized-sampling-tests.yml index b620a95b..0a48ff97 100644 --- a/.github/workflows/centralized-sampling-tests.yml +++ b/.github/workflows/centralized-sampling-tests.yml @@ -31,7 +31,7 @@ jobs: java-version: 17 distribution: 'zulu' - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.AWS_CENTRALIZED_SAMPLING_ROLE }} role-duration-seconds: 1200 diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 448cea83..ca0760ef 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -33,7 +33,7 @@ jobs: distribution: temurin java-version: 17 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }} aws-region: us-west-2 @@ -74,7 +74,7 @@ jobs: if: always() steps: - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }} aws-region: us-west-2