File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
id : extract_base_branch
25
25
26
26
- name : Cache DOCtor-RST
27
- uses : actions/cache@v3
27
+ uses : actions/cache@v4
28
28
with :
29
29
path : .cache
30
30
key : doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
Original file line number Diff line number Diff line change 77
77
id : yarn-cache-dir-path
78
78
run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
79
79
80
- - uses : actions/cache@v3
80
+ - uses : actions/cache@v4
81
81
id : yarn-cache
82
82
with :
83
83
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
Original file line number Diff line number Diff line change 28
28
- name : Get yarn cache directory path
29
29
id : yarn-cache-dir-path
30
30
run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
31
- - uses : actions/cache@v3
31
+ - uses : actions/cache@v4
32
32
id : yarn-cache
33
33
with :
34
34
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
47
47
- name : Get yarn cache directory path
48
48
id : yarn-cache-dir-path
49
49
run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
50
- - uses : actions/cache@v3
50
+ - uses : actions/cache@v4
51
51
id : yarn-cache
52
52
with :
53
53
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -136,7 +136,7 @@ jobs:
136
136
- name : Get yarn cache directory path
137
137
id : yarn-cache-dir-path
138
138
run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
139
- - uses : actions/cache@v3
139
+ - uses : actions/cache@v4
140
140
id : yarn-cache
141
141
with :
142
142
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
You can’t perform that action at this time.
0 commit comments