Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4d1730d
chore(deps): update all non-major dependencies
github-actions[bot] Oct 2, 2025
983a158
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 2, 2025
1f7c4c5
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 3, 2025
a397c4a
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
13222e2
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
b0edfe9
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
0aa761e
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
294fe86
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 10, 2025
c959cd8
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 11, 2025
c607b61
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 11, 2025
4e398e2
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 14, 2025
da4f22a
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 15, 2025
39af8c9
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
5577259
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
6c88b91
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 16, 2025
8a60697
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
0be6e22
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
40dfd3b
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
6b16990
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 17, 2025
2ebeab9
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 20, 2025
b63a26d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 20, 2025
4fcfaf3
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 20, 2025
e10b18e
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 20, 2025
2d594e3
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 23, 2025
0b3fda7
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 23, 2025
a7b4ac8
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(deps): update all non-major dependencies (updated)
  • Loading branch information
github-actions[bot] committed Oct 17, 2025
commit 40dfd3b4cc7564d4cf56b7c8c6642c695dee9728
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
fetch-depth: 0

- name: Install Bun
uses: oven-sh/setup-bun@v2.0.2
uses: oven-sh/setup-bun@v2
# env:
# BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
with:
bun-version: latest

- name: Use cached node_modules
uses: actions/cache@v4.3.0
uses: actions/cache@v4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand Down