From b59dd3ff6914b41dec2f6f21cc16b87beffa1c66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Oct 2023 15:56:20 +0000 Subject: [PATCH] Update aws-actions/configure-aws-credentials action to v4 (#79) Signed-off-by: mend-for-github-com[bot] Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> Co-authored-by: Joshua Palis (cherry picked from commit 446c32d83ad64ce8800cb56d0933b1102d0279b1) Signed-off-by: github-actions[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