From 0e043156a33e3cda78412b0b382e788cfcc061f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 03:45:50 +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 950fe59..d31cf20 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: bundler-cache: true - 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 }}