stacks/ts-cloud
chore(deps): update actions/checkout action to v6
#25
Merged
renovate[bot]
wants to merge
renovate/actions-checkout-6.x
into
main
1 file
+1
-1
.github/workflows/release.ymlmodified+1-1Changes to .github/workflows/release.yml | @@ -15,7 +15,7 @@ jobs: |
| 15 | 15 | |
| 16 | 16 | steps: |
| 17 | 17 | - name: Checkout |
| 18 | | - uses: actions/checkout@v4 |
| 18 | + uses: actions/checkout@v6 |
| 19 | 19 | with: |
| 20 | 20 | fetch-depth: 0 |
| 21 | 21 | |