Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 85fc7ef

Browse filesBrowse files
chore(deps): update actions/cache action to v5 (#600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb3ecae commit 85fc7ef
Copy full SHA for 85fc7ef

1 file changed

+4-4Lines changed: 4 additions & 4 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/ci.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: oven-sh/setup-bun@v2.0.2
2525

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

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

7373
- name: Use cached node_modules
74-
uses: actions/cache@v4.3.0
74+
uses: actions/cache@v5.0.3
7575
with:
7676
path: node_modules
7777
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -94,7 +94,7 @@ jobs:
9494
uses: oven-sh/setup-bun@v2.0.2
9595

9696
- name: Use cached node_modules
97-
uses: actions/cache@v4.3.0
97+
uses: actions/cache@v5.0.3
9898
with:
9999
path: node_modules
100100
key: node-modules-${{ hashFiles('**/bun.lock') }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.