From 2ded63ea7a61bcdf3fffee845024136f7f784bdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 20:11:35 +0000 Subject: [PATCH] ci(deps): bump aws-actions/configure-aws-credentials from 1 to 4 (#2764) * ci(deps): bump aws-actions/configure-aws-credentials from 1 to 4 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1 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/v1...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] * build: update dependency changeset --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/olive-comics-matter.md | 4 ++++ .github/workflows/release.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .changeset/olive-comics-matter.md diff --git a/.changeset/olive-comics-matter.md b/.changeset/olive-comics-matter.md new file mode 100644 index 00000000000..13b62cbf83d --- /dev/null +++ b/.changeset/olive-comics-matter.md @@ -0,0 +1,4 @@ +--- +--- + +ci(deps): bump aws-actions/configure-aws-credentials from 1 to 4 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bb056f30854..d8dd0ba2dd6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -206,7 +206,7 @@ jobs: arch: amd64 rootdir: "" workdir: "" - - uses: aws-actions/configure-aws-credentials@v1 + - uses: aws-actions/configure-aws-credentials@v4 if: github.ref_name == 'master' && steps.changesets.outputs.published != 'true' with: aws-access-key-id: ${{ secrets.S3_CDN_ACCESS_KEY }}