diff --git a/.github/workflows/falcon_configure.yml b/.github/workflows/falcon_configure.yml index 881d1da6..612c7cba 100644 --- a/.github/workflows/falcon_configure.yml +++ b/.github/workflows/falcon_configure.yml @@ -101,7 +101,7 @@ jobs: if: github.event_name == 'pull_request_target' - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.AWS_OIDC_ROLE }} role-session-name: github-actions-molecule-ansible diff --git a/.github/workflows/falcon_install.yml b/.github/workflows/falcon_install.yml index 768e326a..1de6c88a 100644 --- a/.github/workflows/falcon_install.yml +++ b/.github/workflows/falcon_install.yml @@ -112,7 +112,7 @@ jobs: if: github.event_name == 'pull_request_target' - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.AWS_OIDC_ROLE }} role-session-name: github-actions-molecule-ansible diff --git a/.github/workflows/falcon_uninstall.yml b/.github/workflows/falcon_uninstall.yml index d8fca975..30fe263f 100644 --- a/.github/workflows/falcon_uninstall.yml +++ b/.github/workflows/falcon_uninstall.yml @@ -101,7 +101,7 @@ jobs: if: github.event_name == 'pull_request_target' - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.AWS_OIDC_ROLE }} role-session-name: github-actions-molecule-ansible diff --git a/.github/workflows/win_falcon_configure.yml b/.github/workflows/win_falcon_configure.yml index cf09296b..27f46907 100644 --- a/.github/workflows/win_falcon_configure.yml +++ b/.github/workflows/win_falcon_configure.yml @@ -56,7 +56,7 @@ jobs: if: github.event_name == 'pull_request_target' - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.AWS_OIDC_ROLE }} role-session-name: github-actions-molecule-ansible diff --git a/.github/workflows/win_falcon_install.yml b/.github/workflows/win_falcon_install.yml index 2d60e2c4..9854c803 100644 --- a/.github/workflows/win_falcon_install.yml +++ b/.github/workflows/win_falcon_install.yml @@ -56,7 +56,7 @@ jobs: if: github.event_name == 'pull_request_target' - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.AWS_OIDC_ROLE }} role-session-name: github-actions-molecule-ansible diff --git a/.github/workflows/win_falcon_uninstall.yml b/.github/workflows/win_falcon_uninstall.yml index 6d08f264..f3b7c8b0 100644 --- a/.github/workflows/win_falcon_uninstall.yml +++ b/.github/workflows/win_falcon_uninstall.yml @@ -56,7 +56,7 @@ jobs: if: github.event_name == 'pull_request_target' - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.AWS_OIDC_ROLE }} role-session-name: github-actions-molecule-ansible