Skip to content
Prev Previous commit
Next Next commit
chore(deps): update all non-major dependencies (updated)
  • Loading branch information
github-actions[bot] committed Sep 24, 2025
commit 1bea4ccab04a60e3c21b1680ae61708d5fb41e99
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/setup-bun@v2

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

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

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