stacks/bun-queue
chore(deps): update dependency actions/checkout to v5.0.0
#32
Closed
chrisbbreuer
wants to merge
buddy-bot/update-major-update---actions/checkout-1758782554781
into
main
2 files
+5
-5
.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@v4 |
| 14 | + - uses: actions/checkout@v5.0.0 |
| 15 | 15 | with: |
| 16 | 16 | fetch-depth: 0 |
| 17 | 17 | |