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.
2 parents 294a8b8 + 412d02c commit cf7f8aeCopy full SHA for cf7f8ae
2 files changed
.github/workflows/lint.yml
@@ -41,7 +41,7 @@ jobs:
41
bun-version: latest
42
- name: Cache Bun package downloads
43
id: bun-cache
44
- uses: actions/cache@v4
+ uses: actions/cache@v5
45
with:
46
path: |
47
~/.bun/install/cache
@@ -50,7 +50,7 @@ jobs:
50
${{ runner.os }}-bun-cache-
51
- name: Cache node_modules
52
id: node-modules-cache
53
54
55
56
node_modules
.github/workflows/sentry.yml
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
@@ -47,7 +47,7 @@ jobs:
48
49
0 commit comments