From aec8deaf515ccdfb1efc44cc31aea975f0b530a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 20:03:44 +0000 Subject: [PATCH] Bump actions/cache from 3 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/unity-build.yml | 2 +- .github/workflows/unity-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unity-build.yml b/.github/workflows/unity-build.yml index 8800278..191db1a 100644 --- a/.github/workflows/unity-build.yml +++ b/.github/workflows/unity-build.yml @@ -17,7 +17,7 @@ jobs: lfs: true - name: Cache Library folder - uses: actions/cache@v3 + uses: actions/cache@v6 with: path: Library key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }} diff --git a/.github/workflows/unity-test.yml b/.github/workflows/unity-test.yml index b213f2a..5e6a363 100644 --- a/.github/workflows/unity-test.yml +++ b/.github/workflows/unity-test.yml @@ -17,7 +17,7 @@ jobs: lfs: true - name: Cache Library folder - uses: actions/cache@v3 + uses: actions/cache@v6 with: path: Library key: Library-Test-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}