From a364b107cd1e9a562cd477f661ffb02612dea410 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Jan 2025 20:03:45 +0000 Subject: [PATCH] Update aws-actions/configure-aws-credentials action to v4.0.3 (#60) 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> (cherry picked from commit 77f3a9ee29557a88323bfdc457b367b706bffc99) 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 616960c..0b8ee66 100644 --- a/.github/workflows/publish-snapshots.yml +++ b/.github/workflows/publish-snapshots.yml @@ -24,7 +24,7 @@ jobs: distribution: temurin java-version: 11 - uses: actions/checkout@v4 - - uses: aws-actions/configure-aws-credentials@v4.0.2 + - uses: aws-actions/configure-aws-credentials@v4.0.3 with: role-to-assume: ${{ secrets.PUBLISH_SNAPSHOTS_ROLE }} aws-region: us-east-1