diff --git a/.github/workflows/plan-examples-tags.yml b/.github/workflows/plan-examples-tags.yml index 586fb8c..c793c79 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0 + uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1 with: role-to-assume: ${{ secrets.AWS_DEPLOY_ROLE_ARN}} aws-region: ${{ secrets.AWS_REGION }}