Skip to content

Commit

Permalink
Merge pull request #67 from lf-lang/update-actions-cache
Browse files Browse the repository at this point in the history
Update actions/cache from v2 to v4
  • Loading branch information
erlingrj authored Mar 7, 2025
2 parents 383bbb5 + 7af53a2 commit d635a67
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: npm i -g pnpm
if: ${{ inputs.target == 'TS' }}
- name: Cache .pnpm-store
uses: actions/cache@v2
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
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
with:
check_mode: "compile"
no_compile_flag: false
exclude_dirs: '["failing"]'
compiler_ref: ${{ needs.find-latest-release.outputs.ref }}

check-format:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d635a67

Please sign in to comment.