Skip to content

Commit e1f3857

Browse files
chore(deps): update actions/cache action to v3
1 parent 851f4a7 commit e1f3857

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scip-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Get npm cache directory
2929
id: npm-cache
3030
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
31-
- uses: actions/cache@v2
31+
- uses: actions/cache@v3
3232
with:
3333
path: ${{ steps.npm-cache.outputs.dir }}
3434
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/scip-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Get npm cache directory
2828
id: npm-cache
2929
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
30-
- uses: actions/cache@v2
30+
- uses: actions/cache@v3
3131
with:
3232
path: ${{ steps.npm-cache.outputs.dir }}
3333
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)