Skip to content

Commit 412d02c

Browse files
chore(deps): update actions/cache action to v5
1 parent dec8f35 commit 412d02c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
bun-version: latest
4242
- name: Cache Bun package downloads
4343
id: bun-cache
44-
uses: actions/cache@v4
44+
uses: actions/cache@v5
4545
with:
4646
path: |
4747
~/.bun/install/cache
@@ -50,7 +50,7 @@ jobs:
5050
${{ runner.os }}-bun-cache-
5151
- name: Cache node_modules
5252
id: node-modules-cache
53-
uses: actions/cache@v4
53+
uses: actions/cache@v5
5454
with:
5555
path: |
5656
node_modules

.github/workflows/sentry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Cache Bun package downloads
3939
id: bun-cache
40-
uses: actions/cache@v4
40+
uses: actions/cache@v5
4141
with:
4242
path: |
4343
~/.bun/install/cache
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Cache node_modules
4949
id: node-modules-cache
50-
uses: actions/cache@v4
50+
uses: actions/cache@v5
5151
with:
5252
path: |
5353
node_modules

0 commit comments

Comments
 (0)