diff --git a/.github/workflows/plan-examples-tags.yml b/.github/workflows/plan-examples-tags.yml index 4f49e1a..eb6785f 100644 --- a/.github/workflows/plan-examples-tags.yml +++ b/.github/workflows/plan-examples-tags.yml @@ -67,7 +67,7 @@ jobs: - name: Checkout repository uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0 + uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0 with: role-to-assume: ${{ secrets.AWS_DEPLOY_ROLE_ARN}} aws-region: ${{ secrets.AWS_REGION }}