File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,21 +17,21 @@ jobs:
1717 steps :
1818 - uses : actions/checkout@v1
1919 - name : Maven cache
20- uses : actions/cache@v1
20+ uses : actions/cache@v4
2121 with :
2222 path : /root/.m2/repository
2323 key : ${{ runner.os }}-maven-${{ hashFiles('project.clj', '.github/workflows/**') }}
2424 restore-keys : |
2525 ${{ runner.os }}-maven-
2626 - name : npm cache
27- uses : actions/cache@v1
27+ uses : actions/cache@v4
2828 with :
2929 path : ~/.npm
3030 key : ${{ runner.os }}-npm-${{ hashFiles('**/project.clj') }}-${{ hashFiles('**/deps.cljs') }}
3131 restore-keys : |
3232 ${{ runner.os }}-npm-
3333 - name : Sample Project shadow-cljs compiler cache
34- uses : actions/cache@v1
34+ uses : actions/cache@v4
3535 with :
3636 path : examples/todomvc/.shadow-cljs
3737 key : ${{ runner.os }}-shadow-cljs-${{ github.sha }}
6969 # All of the Git history is required for day8/lein-git-inject to determine the version string.
7070 fetch-depth : 0
7171 - name : Maven cache
72- uses : actions/cache@v2
72+ uses : actions/cache@v4
7373 with :
7474 path : /root/.m2/repository
7575 key : ${{ runner.os }}-maven-${{ hashFiles('project.clj', '.github/workflows/**') }}
You can’t perform that action at this time.
0 commit comments