From fb01d7c2d4723b1211bd1183ec95e73f80b44957 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 19:00:49 +0000 Subject: [PATCH] build(deps): bump aws-actions/configure-aws-credentials Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.0.2 to 5.1.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/v4.0.2...v5.1.1) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 5.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 4 ++-- .github/workflows/screenshot.yml | 4 ++-- .github/workflows/smoke-test.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 27b43c1ed..5af17796c 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -94,7 +94,7 @@ jobs: - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* # see https://stackoverflow.com/a/60184319/9285308 - name: (Dev) Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4.0.2 + uses: aws-actions/configure-aws-credentials@v5.1.1 with: aws-region: ap-southeast-2 mask-aws-account-id: true @@ -154,7 +154,7 @@ jobs: - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* # see https://stackoverflow.com/a/60184319/9285308 - name: (Prod) Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4.0.2 + uses: aws-actions/configure-aws-credentials@v5.1.1 with: aws-region: ap-southeast-2 mask-aws-account-id: true diff --git a/.github/workflows/screenshot.yml b/.github/workflows/screenshot.yml index f9344c1de..97e74080b 100644 --- a/.github/workflows/screenshot.yml +++ b/.github/workflows/screenshot.yml @@ -41,7 +41,7 @@ jobs: NODE_ENV: 'production' - name: (NonProd) Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4.0.2 + uses: aws-actions/configure-aws-credentials@v5.1.1 with: aws-region: ap-southeast-2 mask-aws-account-id: true @@ -78,7 +78,7 @@ jobs: steps: - name: AWS Configure - uses: aws-actions/configure-aws-credentials@v4.0.2 + uses: aws-actions/configure-aws-credentials@v5.1.1 with: aws-region: ap-southeast-2 mask-aws-account-id: true diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index 5902b0539..a5b0750b7 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -41,7 +41,7 @@ jobs: NODE_ENV: 'production' - name: (NonProd) Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4.0.2 + uses: aws-actions/configure-aws-credentials@v5.1.1 with: aws-region: ap-southeast-2 mask-aws-account-id: true