Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
chore(deps): update actions/cache action to v5
  • Loading branch information
renovate[bot] authored Dec 12, 2025
commit e0dee9d2186aae6506b15fa70a47787e8cfdba18
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: oven-sh/[email protected]

- name: Use cached node_modules
uses: actions/cache@v4.3.0
uses: actions/cache@v5.0.1
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand Down
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/cache@v4.3.0
uses: actions/cache@v5.0.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/cache@v4.3.0
uses: actions/cache@v5.0.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/cache@v4.3.0
uses: actions/cache@v5.0.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/cache@v4.3.0
uses: actions/cache@v5.0.1
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
bun-version: latest

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