From 432b3c078d1e6d1d2f603f813c351b2689e994f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 07:05:51 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 1 to 2 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1 to 2. - [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/v1...v2) --- 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/cdn-deploy-head.yml | 2 +- .github/workflows/cdn-deploy-release.yml | 2 +- .github/workflows/review-site.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cdn-deploy-head.yml b/.github/workflows/cdn-deploy-head.yml index 7190dca..3195acc 100644 --- a/.github/workflows/cdn-deploy-head.yml +++ b/.github/workflows/cdn-deploy-head.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v2 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/cdn-deploy-release.yml b/.github/workflows/cdn-deploy-release.yml index 62d39bc..5376431 100644 --- a/.github/workflows/cdn-deploy-release.yml +++ b/.github/workflows/cdn-deploy-release.yml @@ -16,7 +16,7 @@ jobs: ref: ${{ github.event.client_payload.ref }} - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v2 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/review-site.yml b/.github/workflows/review-site.yml index c18b4ba..1513e40 100644 --- a/.github/workflows/review-site.yml +++ b/.github/workflows/review-site.yml @@ -132,7 +132,7 @@ jobs: fi shell: sh - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v2 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}