pantry-pm/pantry
chore(deps): update oven-sh/setup-bun action to v2
#12
Merged
renovate[bot]
wants to merge
renovate/oven-sh-setup-bun-2.x
into
main
1 file
+1
-1
.github/workflows/launchpad-install.ymlmodified+1-1Changes to .github/workflows/launchpad-install.yml | @@ -34,7 +34,7 @@ jobs: |
| 34 | 34 | fetch-depth: 0 |
| 35 | 35 | |
| 36 | 36 | - name: Setup Bun |
| 37 | | - uses: oven-sh/setup-bun@v1 |
| 37 | + uses: oven-sh/setup-bun@v2 |
| 38 | 38 | with: |
| 39 | 39 | bun-version: latest |
| 40 | 40 | |