Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
[chore] Update actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tbutterwith authored Dec 11, 2024
1 parent c06cfc4 commit 7a46e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vscode-sql-extraction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: 10.x

- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
node-version: 10.x

- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit 7a46e34

Please sign in to comment.