From 9d09e33ad913b81d4a6c8e9662228cefe3e4db96 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sun, 16 Oct 2022 08:57:39 -0700 Subject: [PATCH] upgrade aws creds actions plugin --- .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 1735c66..6649d85 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: run: hugo --minify - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v1-node16 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}