stacks/bun-queue
chore(deps): update actions/checkout action to v6
#47
Merged
renovate[bot]
wants to merge
renovate/actions-checkout-6.x
into
main
3 files
+9
-9
.github/workflows/release.ymlmodified+1-1Changes to .github/workflows/release.yml | @@ -11,7 +11,7 @@ jobs: |
| 11 | 11 | runs-on: ubuntu-latest |
| 12 | 12 | |
| 13 | 13 | steps: |
| 14 | | - - uses: actions/checkout@v5 |
| 14 | + - uses: actions/checkout@v6 |
| 15 | 15 | with: |
| 16 | 16 | fetch-depth: 0 |
| 17 | 17 | |