From 593c45abdc3b794f6374fd8314bdf8a75b62b381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:11:34 +0000 Subject: [PATCH] fix(deps): bump aws-actions/configure-aws-credentials from 4 to 5 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go-e2e-full.yml | 2 +- .github/workflows/go-e2e.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-e2e-full.yml b/.github/workflows/go-e2e-full.yml index d4ac98e6..b4f4e4e5 100644 --- a/.github/workflows/go-e2e-full.yml +++ b/.github/workflows/go-e2e-full.yml @@ -45,7 +45,7 @@ jobs: run: make e2e-deps - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.OIDC_AWS_ROLE_TO_ASSUME }} aws-region: us-east-1 diff --git a/.github/workflows/go-e2e.yml b/.github/workflows/go-e2e.yml index 5fcd66ae..1186e6f6 100644 --- a/.github/workflows/go-e2e.yml +++ b/.github/workflows/go-e2e.yml @@ -48,7 +48,7 @@ jobs: run: make e2e-deps - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.OIDC_AWS_ROLE_TO_ASSUME }} aws-region: us-east-1