From 591be630b76d2715da8916cb25845cf802da4b94 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 5 Feb 2026 05:04:16 +0000 Subject: [PATCH] chore(deps): updated aws-actions/configure-aws-credentials action from v5 to v6 --- .../.github/workflows/update-dependencies-from-metadata.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementation/.github/workflows/update-dependencies-from-metadata.yml b/implementation/.github/workflows/update-dependencies-from-metadata.yml index 1202a2e2..a4ab99a6 100644 --- a/implementation/.github/workflows/update-dependencies-from-metadata.yml +++ b/implementation/.github/workflows/update-dependencies-from-metadata.yml @@ -210,7 +210,7 @@ jobs: echo "checksum-file=$(basename ./*.tgz.checksum)" >> "$GITHUB_OUTPUT" - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: aws-access-key-id: ${{ secrets.AWS_S3_DEPENDENCIES_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_S3_DEPENDENCIES_SECRET_ACCESS_KEY }}