Skip to content

Commit

Permalink
Merge pull request #2479 from lf-lang/cache-patch
Browse files Browse the repository at this point in the history
Cache action bumped to v4
  • Loading branch information
erlingrj authored Mar 11, 2025
2 parents 6503925 + fb8bd4f commit 6950863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lsp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install pnpm
run: npm i -g pnpm
- name: Cache .pnpm-store
uses: actions/cache@v3.2.5
uses: actions/cache@v4
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('core/src/main/resources/lib/ts/package.json') }}
Expand Down

0 comments on commit 6950863

Please sign in to comment.