Skip to content

Commit 2da73ae

Browse files
Merge pull request #21 from stacksjs/renovate/actions-cache-5.x
chore(deps): update actions/cache action to v5
1 parent 4884b78 commit 2da73ae

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: oven-sh/setup-bun@v2
2525

2626
- name: Use cached node_modules
27-
uses: actions/cache@v4
27+
uses: actions/cache@v5
2828
with:
2929
path: node_modules
3030
key: node-modules-${{ hashFiles('**/bun.lockb') }}
@@ -47,7 +47,7 @@ jobs:
4747
uses: oven-sh/setup-bun@v2
4848

4949
- name: Use cached node_modules
50-
uses: actions/cache@v4
50+
uses: actions/cache@v5
5151
with:
5252
path: node_modules
5353
key: node-modules-${{ hashFiles('**/bun.lockb') }}
@@ -70,7 +70,7 @@ jobs:
7070
uses: oven-sh/setup-bun@v2
7171

7272
- name: Use cached node_modules
73-
uses: actions/cache@v4
73+
uses: actions/cache@v5
7474
with:
7575
path: node_modules
7676
key: node-modules-${{ hashFiles('**/bun.lockb') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: oven-sh/setup-bun@v2
2020

2121
- name: Use cached node_modules
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
with:
2424
path: node_modules
2525
key: node-modules-${{ hashFiles('**/bun.lock') }}

0 commit comments

Comments
 (0)