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 cfbe590 commit 1ad3efeCopy full SHA for 1ad3efe
1 file changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: oven-sh/setup-bun@v2.1.2
25
26
- name: Use cached node_modules
27
- uses: actions/cache@v5.0.3
+ uses: actions/cache@v6.0.0
28
with:
29
path: node_modules
30
key: node-modules-${{ hashFiles('**/bun.lockb') }}
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
76
0 commit comments