stacks/ts-cloud
chore(deps): update all non-major dependencies
#34
Closed
chrisbbreuer
wants to merge
buddy-bot/update-non-major-updates-1770371007346
into
main
1 file
+2
-2
.github/workflows/release.ymlmodified+2-2Changes to .github/workflows/release.yml | @@ -15,12 +15,12 @@ jobs: |
| 15 | 15 | |
| 16 | 16 | steps: |
| 17 | 17 | - name: Checkout |
| 18 | | - uses: actions/checkout@v6 |
| 18 | + uses: actions/checkout@v6.0.2 |
| 19 | 19 | with: |
| 20 | 20 | fetch-depth: 0 |
| 21 | 21 | |
| 22 | 22 | - name: Setup Bun |
| 23 | | - uses: oven-sh/setup-bun@v2 |
| 23 | + uses: oven-sh/setup-bun@v2.1.2 |
| 24 | 24 | |
| 25 | 25 | - name: Setup Pantry |
| 26 | 26 | uses: home-lang/pantry-setup@v1 |