We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2785e04 commit c02059dCopy full SHA for c02059d
.github/workflows/CI.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: docker/setup-buildx-action@v2
22
- name: Cache build
23
id: cache-build
24
- uses: actions/cache@v2
+ uses: actions/cache@v4
25
with:
26
path: build-cache-st
27
key: build-cache-st-v1-${{ hashFiles('Dockerfile', 'Makefile', 'build/*') }}
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
path: build-cache-mt
50
key: build-cache-mt-v1-${{ hashFiles('Dockerfile', 'Makefile', 'build/*') }}
@@ -81,7 +81,7 @@ jobs:
81
node-version: 18.x
82
- name: Cache dependencies
83
id: cache-dependencies
84
85
86
path: node_modules
87
key: node-modules-${{ hashFiles('package-lock.json') }}
0 commit comments