From dfc9268401165571a05d7180dee0d52139ea0cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 01:24:39 +0000 Subject: [PATCH] ci: bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-upload.yaml | 2 +- .github/workflows/test-and-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-upload.yaml b/.github/workflows/release-upload.yaml index 85ac909..e3054e9 100644 --- a/.github/workflows/release-upload.yaml +++ b/.github/workflows/release-upload.yaml @@ -43,7 +43,7 @@ jobs: fetch-depth: 0 # Cache the Unity Library folder to speed up subsequent builds. - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: Library key: Library-${{ matrix.targetPlatform }} diff --git a/.github/workflows/test-and-build.yaml b/.github/workflows/test-and-build.yaml index 02e347b..6b4f5c2 100644 --- a/.github/workflows/test-and-build.yaml +++ b/.github/workflows/test-and-build.yaml @@ -71,7 +71,7 @@ jobs: fetch-depth: 0 # Cache Unity Library folder. - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: Library key: Library-${{ matrix.targetPlatform }}