From 60e79a0caddb2d04b2610ade99aa6819d4cfde3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:14:35 +0000 Subject: [PATCH] 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/build-docker-image.yml | 2 +- .github/workflows/run-deploy-task.yml | 2 +- .github/workflows/update-background-service.yml | 2 +- .github/workflows/update-scheduled-task.yml | 2 +- .github/workflows/update-task-definition.yml | 2 +- .github/workflows/update-web-service.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 4ade2db..091bd7b 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -42,7 +42,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ inputs.github-actions-role }} aws-region: ${{ inputs.aws-region }} diff --git a/.github/workflows/run-deploy-task.yml b/.github/workflows/run-deploy-task.yml index 5469e6d..56ebcf1 100644 --- a/.github/workflows/run-deploy-task.yml +++ b/.github/workflows/run-deploy-task.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ inputs.github-actions-role }} aws-region: ${{ inputs.aws-region }} diff --git a/.github/workflows/update-background-service.yml b/.github/workflows/update-background-service.yml index 96151f2..a6f8a1d 100644 --- a/.github/workflows/update-background-service.yml +++ b/.github/workflows/update-background-service.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ inputs.github-actions-role }} aws-region: ${{ inputs.aws-region }} diff --git a/.github/workflows/update-scheduled-task.yml b/.github/workflows/update-scheduled-task.yml index ddc7ed9..9ba4348 100644 --- a/.github/workflows/update-scheduled-task.yml +++ b/.github/workflows/update-scheduled-task.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ inputs.github-actions-role }} aws-region: ${{ inputs.aws-region }} diff --git a/.github/workflows/update-task-definition.yml b/.github/workflows/update-task-definition.yml index cd701af..dde2753 100644 --- a/.github/workflows/update-task-definition.yml +++ b/.github/workflows/update-task-definition.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ inputs.github-actions-role }} aws-region: ${{ inputs.aws-region }} diff --git a/.github/workflows/update-web-service.yml b/.github/workflows/update-web-service.yml index d96962c..436faad 100644 --- a/.github/workflows/update-web-service.yml +++ b/.github/workflows/update-web-service.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ inputs.github-actions-role }} aws-region: ${{ inputs.aws-region }}