Skip to content

Commit

Permalink
build - Update actions/cache to v4 (#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo authored Mar 5, 2025
1 parent 86a76e9 commit 4ddca04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache-dependency-path: extension/package-lock.json
cache: npm
- name: Cache npm cache directory
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
java-version: ${{ matrix.java-version }}
architecture: x64
- name: Cache vscode
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
extension/.vscode-test
Expand Down

0 comments on commit 4ddca04

Please # to comment.