File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,21 +17,21 @@ jobs:
17
17
steps :
18
18
- uses : actions/checkout@v1
19
19
- name : Maven cache
20
- uses : actions/cache@v1
20
+ uses : actions/cache@v4
21
21
with :
22
22
path : /root/.m2/repository
23
23
key : ${{ runner.os }}-maven-${{ hashFiles('project.clj', '.github/workflows/**') }}
24
24
restore-keys : |
25
25
${{ runner.os }}-maven-
26
26
- name : npm cache
27
- uses : actions/cache@v1
27
+ uses : actions/cache@v4
28
28
with :
29
29
path : ~/.npm
30
30
key : ${{ runner.os }}-npm-${{ hashFiles('**/project.clj') }}-${{ hashFiles('**/deps.cljs') }}
31
31
restore-keys : |
32
32
${{ runner.os }}-npm-
33
33
- name : Sample Project shadow-cljs compiler cache
34
- uses : actions/cache@v1
34
+ uses : actions/cache@v4
35
35
with :
36
36
path : examples/todomvc/.shadow-cljs
37
37
key : ${{ runner.os }}-shadow-cljs-${{ github.sha }}
69
69
# All of the Git history is required for day8/lein-git-inject to determine the version string.
70
70
fetch-depth : 0
71
71
- name : Maven cache
72
- uses : actions/cache@v2
72
+ uses : actions/cache@v4
73
73
with :
74
74
path : /root/.m2/repository
75
75
key : ${{ runner.os }}-maven-${{ hashFiles('project.clj', '.github/workflows/**') }}
You can’t perform that action at this time.
0 commit comments