Commit 1965743 1 parent c798754 commit 1965743 Copy full SHA for 1965743
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
fetch-depth : 0
42
42
43
43
- name : Cache Dependencies
44
- uses : actions/cache@v4.0.0
44
+ uses : actions/cache@v4
45
45
id : cache-pkgs
46
46
with :
47
47
path : " .dependencies"
@@ -106,7 +106,7 @@ jobs:
106
106
fetch-depth : 0
107
107
108
108
- name : Cache Dependencies
109
- uses : actions/cache@v4.0.0
109
+ uses : actions/cache@v4
110
110
id : cache-pkgs
111
111
with :
112
112
path : " .dependencies"
@@ -154,7 +154,7 @@ jobs:
154
154
fetch-depth : 0
155
155
156
156
- name : Cache Dependencies
157
- uses : actions/cache@v4.0.0
157
+ uses : actions/cache@v4
158
158
id : cache-pkgs
159
159
with :
160
160
path : " .dependencies"
Original file line number Diff line number Diff line change 26
26
uses : actions/checkout@v4
27
27
28
28
- name : Cache Dependencies
29
- uses : actions/cache@v4.0.0
29
+ uses : actions/cache@v4
30
30
id : cache-pkgs
31
31
with :
32
32
path : " .dependencies"
You can’t perform that action at this time.
0 commit comments