From da404abba9048280aaa2688fdc47bfaafd0f0ecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 21:05:50 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 2 to 4 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 2 to 4. - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v2...v4) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/falcon_configure.yml | 2 +- .github/workflows/falcon_install.yml | 2 +- .github/workflows/falcon_uninstall.yml | 2 +- .github/workflows/win_falcon_configure.yml | 2 +- .github/workflows/win_falcon_install.yml | 2 +- .github/workflows/win_falcon_uninstall.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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