ReviewOS

also looking at this

stacks/bun-queue

chore(deps): update all non-major dependencies

#20
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1755900209254 into main
5 files +23 -23
.github/workflows/release.ymlmodified+2-2
Changes to .github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
1919 uses: oven-sh/setup-bun@v2
2020
2121 - name: Use cached node_modules
22 uses: actions/cache@v4
22 uses: actions/cache@v4.2.4
2323 with:
2424 path: node_modules
2525 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -40,7 +40,7 @@ jobs:
4040 GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4141
4242 - name: Attach Binaries
43 uses: softprops/action-gh-release@v2
43 uses: softprops/action-gh-release@v2.3.2
4444 with:
4545 files: |
4646 bin/bin-name-linux-x64