From 220cfe5431fa70413c6a0c3a2ef419ab4349396e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 15:17:47 +0000 Subject: [PATCH] build(deps): bump aws-actions/configure-aws-credentials from 4 to 6 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.pantry.tgz.yml | 2 +- .github/workflows/pkg-platform.yml | 4 ++-- .github/workflows/restock.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.pantry.tgz.yml b/.github/workflows/cd.pantry.tgz.yml index 793525d1bf..e64078b539 100644 --- a/.github/workflows/cd.pantry.tgz.yml +++ b/.github/workflows/cd.pantry.tgz.yml @@ -28,7 +28,7 @@ jobs: - flag: z ext: tgz steps: - - uses: aws-actions/configure-aws-credentials@v4 + - uses: aws-actions/configure-aws-credentials@v6 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/pkg-platform.yml b/.github/workflows/pkg-platform.yml index ea89663901..a1103c11c5 100644 --- a/.github/workflows/pkg-platform.yml +++ b/.github/workflows/pkg-platform.yml @@ -156,7 +156,7 @@ jobs: - uses: actions/checkout@v4 - - uses: aws-actions/configure-aws-credentials@v4 + - uses: aws-actions/configure-aws-credentials@v6 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} @@ -257,7 +257,7 @@ jobs: AWS: ${{ inputs.dry-run && 'echo' || 'aws' }} DIRNAME: ${{ needs.build.outputs.project }}/${{ needs.build.outputs.platform }}/${{ needs.build.outputs.arch }} steps: - - uses: aws-actions/configure-aws-credentials@v4 + - uses: aws-actions/configure-aws-credentials@v6 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/restock.yml b/.github/workflows/restock.yml index beb9d273f2..df1d412446 100644 --- a/.github/workflows/restock.yml +++ b/.github/workflows/restock.yml @@ -44,7 +44,7 @@ jobs: # for most of the builds. steps: - - uses: aws-actions/configure-aws-credentials@v4 + - uses: aws-actions/configure-aws-credentials@v6 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}