We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54be72c commit 18bbb36Copy full SHA for 18bbb36
.github/workflows/continuous-integration-workflow.yml
@@ -11,21 +11,21 @@ jobs:
11
steps:
12
- uses: actions/checkout@v1
13
- name: Maven cache
14
- uses: actions/cache@v1
+ uses: actions/cache@v4
15
with:
16
path: /root/.m2/repository
17
key: ${{ runner.os }}-maven-${{ hashFiles('project.clj') }}
18
restore-keys: |
19
${{ runner.os }}-maven-
20
- name: npm cache
21
22
23
path: ~/.npm
24
key: ${{ runner.os }}-npm-${{ hashFiles('project.clj') }}-${{ hashFiles('**/deps.cljs') }}
25
26
${{ runner.os }}-npm-
27
- name: shadow-cljs compiler cache
28
29
30
path: .shadow-cljs
31
key: ${{ runner.os }}-shadow-cljs-${{ github.sha }}
0 commit comments