Skip to content

Commit f2b1b4f

Browse files
chore(deps): update actions/cache action to v3 (#69)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 865bb0c commit f2b1b4f

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)