stacks/bunpress
chore(deps): update dependency actions/checkout to v5.0.0
#17
Closed
chrisbbreuer
wants to merge
buddy-bot/update-major-update---actions/checkout-1756101890581
into
main
3 files
+12
-12
.github/workflows/release.ymlmodified+4-4Changes to .github/workflows/release.yml | @@ -1,4 +1,4 @@ |
| 1 | | -name: CI |
| 1 | +name: Releaser |
| 2 | 2 | |
| 3 | 3 | on: |
| 4 | 4 | push: |
| @@ -6,12 +6,12 @@ on: |
| 6 | 6 | - 'v*' |
| 7 | 7 | |
| 8 | 8 | jobs: |
| 9 | | - release: |
| 10 | | - name: release |
| 9 | + npm: |
| 10 | + name: npm |
| 11 | 11 | runs-on: ubuntu-latest |
| 12 | 12 | |
| 13 | 13 | steps: |
| 14 | | - - uses: actions/checkout@v4 |
| 14 | + - uses: actions/checkout@v5.0.0 |
| 15 | 15 | with: |
| 16 | 16 | fetch-depth: 0 |
| 17 | 17 | |