ReviewOS

also looking at this

stacks/ts-cloud

chore(deps): update all non-major dependencies

#58
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1770647060100 into main
1 file +3 -3
.github/workflows/release.ymlmodified+3-3
Changes to .github/workflows/release.yml
@@ -15,12 +15,12 @@ jobs:
1515
1616 steps:
1717 - name: Checkout
18 uses: actions/checkout@v6
18 uses: actions/checkout@v6.0.2
1919 with:
2020 fetch-depth: 0
2121
2222 - name: Setup Bun
23 uses: oven-sh/setup-bun@v2
23 uses: oven-sh/setup-bun@v2.1.2
2424
2525 - name: Setup Pantry
2626 uses: home-lang/pantry-setup@v1
@@ -34,6 +34,6 @@ jobs:
3434 NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3535
3636 - name: Create GitHub Release
37 uses: stacksjs/action-releaser@v1.2.8
37 uses: stacksjs/action-releaser@v1.2.6
3838 env:
3939 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}