Skip to content

Commit 45a0c3c

Browse files
committed
upgrade actions/cache from v3 to v4
1 parent 9d31383 commit 45a0c3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Cache Unity project
19-
uses: actions/cache@v3
19+
uses: actions/cache@v4
2020
with:
2121
path: ./UnityProject/Library
2222
key: Library-UnityNetcodePatcher-linux-x64

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Cache Unity project
16-
uses: actions/cache@v3
16+
uses: actions/cache@v4
1717
with:
1818
path: ./UnityProject/Library
1919
key: Library-UnityNetcodePatcher-linux-x64

0 commit comments

Comments
 (0)