From eb547f96b496635b8da28112b856c85716ad1818 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 21:42:29 +0000 Subject: [PATCH] Update aws-actions/configure-aws-credentials action to v4 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d44eab3..6c479d7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: commands: review-pdfmaker - run: rm `bundle exec which review-pdfmaker` - run: bundle exec rake pdf - - uses: aws-actions/configure-aws-credentials@v1 + - uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.BOOK_DEPLOY_ACCESS_KEY }} aws-secret-access-key: ${{ secrets.BOOK_DEPLOY_SECRET_KEY }}