Skip to content

Commit 030c39b

Browse files
authored
Merge pull request #29 from netdata/M4itee-patch-1
Bumping cache action version
2 parents d1eff85 + c29a0cf commit 030c39b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: echo "::set-output name=dir::$(yarn cache dir)"
5252

5353
- name: Cache yarn cache
54-
uses: actions/cache@v2
54+
uses: actions/cache@v4
5555
id: cache-yarn-cache
5656
with:
5757
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Cache node_modules
6363
id: cache-node-modules
64-
uses: actions/cache@v2
64+
uses: actions/cache@v4
6565
with:
6666
path: node_modules
6767
key: ${{ runner.os }}-${{ matrix.node-version }}-nodemodules-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)