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
Next Next commit
chore(deps): update dependency actions/cache to v5.0.0
  • Loading branch information
github-actions[bot] committed Dec 11, 2025
commit df340aebf7c3f2a66fdbeddd500e477f7fffe367
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.0
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.0
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.0
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.0
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand Down
Loading