diff --git a/.github/workflows/amplify-preview.yaml b/.github/workflows/amplify-preview.yaml index b643b5a..2b380e6 100644 --- a/.github/workflows/amplify-preview.yaml +++ b/.github/workflows/amplify-preview.yaml @@ -15,7 +15,7 @@ jobs: environment: docs-amplify steps: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.0 + uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1 with: aws-region: us-west-2 role-to-assume: ${{ vars.IAM_ROLE }}