Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore(deps): update dependency actions/cache to v5.0.1 (updated)
  • Loading branch information
github-actions[bot] committed Dec 12, 2025
commit a94e1acb4815c1f7eaaf53d7a5658c6038c0ec22
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: oven-sh/[email protected]

- name: Use cached node_modules
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand All @@ -47,7 +47,7 @@ jobs:
uses: oven-sh/[email protected]

- name: Use cached node_modules
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand All @@ -70,7 +70,7 @@ jobs:
uses: oven-sh/[email protected]

- name: Use cached node_modules
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand All @@ -93,7 +93,7 @@ jobs:
uses: oven-sh/[email protected]

- name: Use cached node_modules
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand Down
Loading