From 66f223b2ddfe4751d27dca0a5d1a84e5cbe81c1c Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 06:24:03 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v3 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 0f19584b..7a0d8b26 100644 --- a/.github/workflows/publish-snapshots.yml +++ b/.github/workflows/publish-snapshots.yml @@ -22,7 +22,7 @@ jobs: java-version: 11 distribution: temurin - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v3 with: role-to-assume: ${{ secrets.PUBLISH_SNAPSHOTS_ROLE }} aws-region: us-east-1