Skip to content

Commit be02c12

Browse files
Update main.yml
Signed-off-by: Phileco <132178579+krishnprakash@users.noreply.github.com>
1 parent d4eca8b commit be02c12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#name: Cache
2-
uses:actions/cache@v4.2.3
3-
with
2+
uses: actions/cache@v4.2.3
3+
with
44
# A list of files, directories, and wildcard patterns to cache and restore path:
55
# An explicit key for restoring and saving the cache key:
66
# 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

Comments
 (0)