From 1cf93a440bc749167f62fc00e58e4e2bf828d7bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 04:39:11 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 4.1.0 to 4.2.0 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.1.0 to 4.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/ececac1a45f3b08a01d2dd070d28d111c5fe6722...f24d7193d98baebaeacc7e2227925dd47cc267f5) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/import_packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/import_packages.yml b/.github/workflows/import_packages.yml index 4c703edb..dabaab40 100644 --- a/.github/workflows/import_packages.yml +++ b/.github/workflows/import_packages.yml @@ -31,7 +31,7 @@ jobs: git lfs pull - name: Configure AWS Credentials for S3 - uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 + uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 with: role-to-assume: ${{ secrets.AWS_ROLE_INSIGHT_DATA_IMPORT }} aws-region: ${{ env.AWS_REGION }}