There was an error while loading. Please reload this page.
1 parent 5ed05cd commit 70c021fCopy full SHA for 70c021f
1 file changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: oven-sh/setup-bun@v2.2.0
25
26
- name: Use cached node_modules
27
- uses: actions/cache@v5.0.3
+ uses: actions/cache@v6.1.0
28
with:
29
path: node_modules
30
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
77
78
79
key: node-modules-${{ hashFiles('bun.lock') }}
0 commit comments