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 a1e41e1 commit 6b21261Copy full SHA for 6b21261
2 files changed
.github/workflows/release.yml
@@ -16,10 +16,10 @@ jobs:
16
fetch-depth: 0
17
18
- name: Install Bun
19
- uses: oven-sh/setup-bun@v2
+ uses: oven-sh/setup-bun@v2.0.2
20
21
- name: Use cached node_modules
22
- uses: actions/cache@v4
+ uses: actions/cache@v4.3.0
23
with:
24
path: node_modules
25
key: node-modules-${{ hashFiles('**/bun.lock') }}
package.json
@@ -55,7 +55,7 @@
55
"@stacksjs/logsmith": "^0.1.18",
56
"@types/bun": "^1.2.23",
57
"@types/cwise-compiler": "^1.1.6",
58
- "buddy-bot": "^0.9.8",
+ "buddy-bot": "^0.8.9",
59
"bun-git-hooks": "^0.3.1",
60
"bun-plugin-dtsx": "^0.21.12",
61
"bunfig": "^0.15.0",
0 commit comments