Skip to content

Commit c02059d

Browse files
committed
update to gh cache actions v4
1 parent 2785e04 commit c02059d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/CI.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: docker/setup-buildx-action@v2
2222
- name: Cache build
2323
id: cache-build
24-
uses: actions/cache@v2
24+
uses: actions/cache@v4
2525
with:
2626
path: build-cache-st
2727
key: build-cache-st-v1-${{ hashFiles('Dockerfile', 'Makefile', 'build/*') }}
@@ -44,7 +44,7 @@ jobs:
4444
uses: docker/setup-buildx-action@v2
4545
- name: Cache build
4646
id: cache-build
47-
uses: actions/cache@v2
47+
uses: actions/cache@v4
4848
with:
4949
path: build-cache-mt
5050
key: build-cache-mt-v1-${{ hashFiles('Dockerfile', 'Makefile', 'build/*') }}
@@ -81,7 +81,7 @@ jobs:
8181
node-version: 18.x
8282
- name: Cache dependencies
8383
id: cache-dependencies
84-
uses: actions/cache@v2
84+
uses: actions/cache@v4
8585
with:
8686
path: node_modules
8787
key: node-modules-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)