From 9bad4d69ccec0287fbae1f3d6562996c8d3f3027 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:58:21 +0000 Subject: [PATCH] Build(deps): Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_pr.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/snapshot.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_pr.yml b/.github/workflows/build_pr.yml index ef734b5..e6bcf4c 100644 --- a/.github/workflows/build_pr.yml +++ b/.github/workflows/build_pr.yml @@ -22,7 +22,7 @@ "restore-keys": "${{ runner.os }}-gradle-" }, "name": "Cache", - "uses": "actions/cache/restore@v3" + "uses": "actions/cache/restore@v4" }, { "with": { diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b1821c..9e33938 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ "restore-keys": "${{ runner.os }}-gradle-" }, "name": "Cache", - "uses": "actions/cache@v3" + "uses": "actions/cache@v4" }, { "with": { diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 0aa2bf9..aa8ed10 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -22,7 +22,7 @@ "restore-keys": "${{ runner.os }}-gradle-" }, "name": "Cache", - "uses": "actions/cache/restore@v3" + "uses": "actions/cache/restore@v4" }, { "with": {