You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
#name: Cache
2
-
uses:actions/cache@v4.2.3
3
-
with
2
+
uses:actions/cache@v4.2.3
3
+
with
4
4
# A list of files, directories, and wildcard patterns to cache and restore path:
5
5
# An explicit key for restoring and saving the cache key:
6
6
# An ordered multiline string listing the prefix-matched keys, that are used for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case. restore-keys: # optional
0 commit comments