Skip to content

Commit f229503

Browse files
chore(deps): update actions/cache action to v5
1 parent cbf8a8a commit f229503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.0.2
2020

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

0 commit comments

Comments
 (0)