Skip to content

Commit 3493def

Browse files
authored
Merge pull request #265 from sunnamed434/dependabot/github_actions/main/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 703d38f + 65b98b3 commit 3493def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BitMono.Build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
fetch-depth: 0
113113

114114
- name: Cache Unity Library
115-
uses: actions/cache@v4
115+
uses: actions/cache@v5
116116
with:
117117
path: test/BitMono.Unity.TestProject/Library
118118
key: Library-BitMono-Unity-${{ matrix.unity-version }}

0 commit comments

Comments
 (0)