We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98972d3 commit e1b0028Copy full SHA for e1b0028
1 file changed
.github/workflows/test.yml
@@ -1,4 +1,4 @@
1
-# Copyright (c) 2021-2025 Koji Hasegawa.
+# Copyright (c) 2021-2026 Koji Hasegawa.
2
# This software is released under the MIT License.
3
4
name: Test
@@ -60,7 +60,7 @@ jobs:
60
lfs: false
61
62
- name: Restore cache
63
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
+ uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
64
with:
65
path: Library
66
key: Library-${{ runner.os }}-${{ matrix.unityVersion }}-${{ hashFiles('Packages/packages-lock.json') }}
0 commit comments