From 4abc4d8fa418b707d66761439490fa8d6000ef07 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 04:59:12 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v6 Signed-off-by: mend-for-github-com[bot] --- .github/workflows/publish-snapshots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-snapshots.yml b/.github/workflows/publish-snapshots.yml index dc0ad97b..fbdf9f03 100644 --- a/.github/workflows/publish-snapshots.yml +++ b/.github/workflows/publish-snapshots.yml @@ -22,7 +22,7 @@ jobs: java-version: 21 distribution: temurin - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ secrets.PUBLISH_SNAPSHOTS_ROLE }} aws-region: us-east-1