From b61782a4630a19050f4ff44ea48747c6413e68e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 16:51:45 +0000 Subject: [PATCH 1/2] Bump actions/cache from 2 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index be9d7e926e1a..54fc28a91d3e 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -61,7 +61,7 @@ jobs: install: true - name: Set up docker layer caching - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} From b4eaf997de6f503a91e2fd04a1a1d6e46acbf314 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 3 Oct 2022 16:51:48 +0000 Subject: [PATCH 2/2] Changelog --- changelog.d/13980.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/13980.misc diff --git a/changelog.d/13980.misc b/changelog.d/13980.misc new file mode 100644 index 000000000000..ef9fde568a8d --- /dev/null +++ b/changelog.d/13980.misc @@ -0,0 +1 @@ +Bump actions/cache from 2 to 3.