We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715594e commit c1dc255Copy full SHA for c1dc255
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.4
+ uses: actions/cache@v6.1.0
28
with:
29
path: node_modules
30
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
77
0 commit comments