diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80f625cc..6eebba43 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 # env: # BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} with: @@ -44,7 +44,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Attach Binaries - uses: stacksjs/action-releaser@v1.2.7 + uses: stacksjs/action-releaser@v1.2.6 with: files: | packages/logsmith/bin/logsmith-linux-x64.zip diff --git a/deps.yaml b/deps.yaml index 6578a3f0..47da7e8a 100644 --- a/deps.yaml +++ b/deps.yaml @@ -1,2 +1,2 @@ dependencies: - bun.sh: ^1.3.0 + bun.sh: ^1.3.1 diff --git a/package.json b/package.json index 0672dbff..c1554132 100644 --- a/package.json +++ b/package.json @@ -41,10 +41,10 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "workspace:*", "@types/bun": "^1.3.2", - "buddy-bot": "^0.9.11", + "buddy-bot": "^0.9.12", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "^0.21.17", - "pickier": "^0.1.7", + "pickier": "^0.1.9", "typescript": "^5.9.3" }, "overrides": {