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 all non-major dependencies (updated)
  • Loading branch information
github-actions[bot] committed Dec 11, 2025
commit f81e895f048c97315eaaa66536c91a788e2139c2
6 changes: 3 additions & 3 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/cache@v4.3.0
uses: actions/cache@v4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lockb') }}
Expand All @@ -47,7 +47,7 @@ jobs:
uses: oven-sh/[email protected]

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

- name: Use cached node_modules
uses: actions/cache@v4.3.0
uses: actions/cache@v4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lockb') }}
Expand Down