From 0110d8d6539c30f7f0d63ed4c285c1d1e12482d2 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, 10 Oct 2023 21:39:56 +0000 Subject: [PATCH] Update aws-actions/configure-aws-credentials action to v4 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 1a1516b72..30df5c924 100644 --- a/.github/workflows/publish-snapshots.yml +++ b/.github/workflows/publish-snapshots.yml @@ -25,7 +25,7 @@ jobs: distribution: temurin # Temurin is a distribution of adoptium java-version: 17 - uses: actions/checkout@v4 - - uses: aws-actions/configure-aws-credentials@v1.7.0 + - uses: aws-actions/configure-aws-credentials@v4.0.1 with: role-to-assume: ${{ secrets.PUBLISH_SNAPSHOTS_ROLE }} aws-region: us-east-1