diff --git a/.github/workflows/bash_install.yml b/.github/workflows/bash_install.yml index 03294f0..4d6c342 100644 --- a/.github/workflows/bash_install.yml +++ b/.github/workflows/bash_install.yml @@ -94,7 +94,7 @@ jobs: if: github.event_name == 'pull_request_target' - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.AWS_OIDC_ROLE }} role-session-name: github-actions-molecule-ansible diff --git a/.github/workflows/bash_install_decrement.yml b/.github/workflows/bash_install_decrement.yml index 3accdc7..cad338c 100644 --- a/.github/workflows/bash_install_decrement.yml +++ b/.github/workflows/bash_install_decrement.yml @@ -94,7 +94,7 @@ jobs: if: github.event_name == 'pull_request_target' - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.AWS_OIDC_ROLE }} role-session-name: github-actions-molecule-ansible diff --git a/.github/workflows/bash_install_only.yml b/.github/workflows/bash_install_only.yml index 6206c83..05af7f3 100644 --- a/.github/workflows/bash_install_only.yml +++ b/.github/workflows/bash_install_only.yml @@ -94,7 +94,7 @@ jobs: if: github.event_name == 'pull_request_target' - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.AWS_OIDC_ROLE }} role-session-name: github-actions-molecule-ansible diff --git a/.github/workflows/bash_install_policy.yml b/.github/workflows/bash_install_policy.yml index 67acb65..bd607af 100644 --- a/.github/workflows/bash_install_policy.yml +++ b/.github/workflows/bash_install_policy.yml @@ -94,7 +94,7 @@ jobs: if: github.event_name == 'pull_request_target' - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.AWS_OIDC_ROLE }} role-session-name: github-actions-molecule-ansible diff --git a/.github/workflows/bash_migrate.yml b/.github/workflows/bash_migrate.yml index 7fb18c5..c472b64 100644 --- a/.github/workflows/bash_migrate.yml +++ b/.github/workflows/bash_migrate.yml @@ -94,7 +94,7 @@ jobs: if: github.event_name == 'pull_request_target' - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.AWS_OIDC_ROLE }} role-session-name: github-actions-molecule-ansible diff --git a/.github/workflows/pwsh_install_ccid.yml b/.github/workflows/pwsh_install_ccid.yml index f40fbf6..b8477ed 100644 --- a/.github/workflows/pwsh_install_ccid.yml +++ b/.github/workflows/pwsh_install_ccid.yml @@ -60,7 +60,7 @@ jobs: if: github.event_name == 'pull_request_target' - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.AWS_OIDC_ROLE }} role-session-name: github-actions-molecule-ansible diff --git a/.github/workflows/pwsh_install_policy.yml b/.github/workflows/pwsh_install_policy.yml index 0803323..dc7531e 100644 --- a/.github/workflows/pwsh_install_policy.yml +++ b/.github/workflows/pwsh_install_policy.yml @@ -60,7 +60,7 @@ jobs: if: github.event_name == 'pull_request_target' - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.AWS_OIDC_ROLE }} role-session-name: github-actions-molecule-ansible diff --git a/.github/workflows/pwsh_migrate.yml b/.github/workflows/pwsh_migrate.yml index 7bb260e..0c04d82 100644 --- a/.github/workflows/pwsh_migrate.yml +++ b/.github/workflows/pwsh_migrate.yml @@ -60,7 +60,7 @@ jobs: if: github.event_name == 'pull_request_target' - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.AWS_OIDC_ROLE }} role-session-name: github-actions-molecule-ansible diff --git a/.github/workflows/pwsh_uninstall.yml b/.github/workflows/pwsh_uninstall.yml index 15e8cfc..23cfb91 100644 --- a/.github/workflows/pwsh_uninstall.yml +++ b/.github/workflows/pwsh_uninstall.yml @@ -60,7 +60,7 @@ jobs: if: github.event_name == 'pull_request_target' - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.AWS_OIDC_ROLE }} role-session-name: github-actions-molecule-ansible