From 58cd95b5013e1fcd339f3f609b65d508df3577e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 01:10:33 -0700 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/release.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6f5aaa9..e8589c38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,10 +16,10 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/package.json b/package.json index 7991594b..18fb971b 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", "@types/cwise-compiler": "^1.1.6", - "buddy-bot": "^0.9.8", + "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "^0.21.12", "bunfig": "^0.15.0",