diff --git a/.github/workflows/preview-env.yml b/.github/workflows/preview-env.yml index 7cad03c9..24250ee9 100644 --- a/.github/workflows/preview-env.yml +++ b/.github/workflows/preview-env.yml @@ -37,7 +37,7 @@ jobs: # Configure AWS credentials (OIDC recommended) - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@4c2b9cc816c86555b61460789ac95da17d7e829b + uses: aws-actions/configure-aws-credentials@d746073c3b8936fe6823c944db6978f06ac343c2 with: role-to-assume: ${{ env.AWS_ROLE_ARN }} aws-region: ${{ env.AWS_REGION }}