diff --git a/.github/workflows/molecule-ami-update.yml b/.github/workflows/molecule-ami-update.yml index a93bba661..a9ca014b7 100644 --- a/.github/workflows/molecule-ami-update.yml +++ b/.github/workflows/molecule-ami-update.yml @@ -107,7 +107,7 @@ jobs: uses: updatecli/updatecli-action@v2.56.0 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.DRAIOS_GH_ACTIONS_ANSIBLE_MOLECULE_ROLE_ARN }} aws-region: ${{ secrets.REGION }} diff --git a/.github/workflows/pr-checker.yml b/.github/workflows/pr-checker.yml index 562c94418..ece792ee9 100644 --- a/.github/workflows/pr-checker.yml +++ b/.github/workflows/pr-checker.yml @@ -61,7 +61,7 @@ jobs: SHOW_USAGE: false - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.DRAIOS_GH_ACTIONS_ANSIBLE_MOLECULE_ROLE_ARN }} aws-region: ${{ secrets.REGION }}