From 4401b5d14f3619c8359baef3c2add3bfdda7839b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:10:56 +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/build.yml | 2 +- .github/workflows/update_latest.yml | 2 +- .github/workflows/update_latest_release.yml | 2 +- .github/workflows/website.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aaf871633..2a5e8e66d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -386,7 +386,7 @@ jobs: # Deploy to the CDN - name: configure AWS creds - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.APPSCOPEDEPLOYROLE }} role-session-name: appscope-deploy diff --git a/.github/workflows/update_latest.yml b/.github/workflows/update_latest.yml index 9cab09daf..c72b9cf08 100644 --- a/.github/workflows/update_latest.yml +++ b/.github/workflows/update_latest.yml @@ -66,7 +66,7 @@ jobs: needs: info steps: - name: configure AWS creds - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.APPSCOPEDEPLOYROLE }} role-session-name: appscope-deploy diff --git a/.github/workflows/update_latest_release.yml b/.github/workflows/update_latest_release.yml index 66a7613ff..8c54bfaec 100644 --- a/.github/workflows/update_latest_release.yml +++ b/.github/workflows/update_latest_release.yml @@ -65,7 +65,7 @@ jobs: needs: info steps: - name: configure AWS creds - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.APPSCOPEDEPLOYROLE }} role-session-name: appscope-deploy diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 003395846..b2204f5ce 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -34,7 +34,7 @@ jobs: run: make docs-generate - name: configure AWS creds - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.APPSCOPEDEPLOYROLE }} role-session-name: appscope-deploy