diff --git a/.github/workflows/generalized-deployments.yaml b/.github/workflows/generalized-deployments.yaml index 20f0d49dd..e3d60a31f 100644 --- a/.github/workflows/generalized-deployments.yaml +++ b/.github/workflows/generalized-deployments.yaml @@ -17,7 +17,7 @@ jobs: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1 + uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 with: role-to-assume: ${{ secrets.GDBP_AWS_IAM_ROLE_ARN }} aws-region: us-west-2