diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 37e06c21..1684f761 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -48,7 +48,7 @@ jobs: - name: Configure AWS Credentials if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/lchoy/website-migration' }} - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v3 with: role-to-assume: ${{ secrets.AWS_IAM_ROLE }} aws-region: us-east-1