Skip to content

Commit adb8b38

Browse files
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](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a9c415 commit adb8b38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unity-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
lfs: true
1818

1919
- name: Cache Library folder
20-
uses: actions/cache@v3
20+
uses: actions/cache@v4
2121
with:
2222
path: Library
2323
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}

.github/workflows/unity-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
lfs: true
1818

1919
- name: Cache Library folder
20-
uses: actions/cache@v3
20+
uses: actions/cache@v4
2121
with:
2222
path: Library
2323
key: Library-Test-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}

0 commit comments

Comments
 (0)