stacks/ts-cloud
chore(deps): update dependency actions/checkout to v6.0.1
#27
Closed
chrisbbreuer
wants to merge
buddy-bot/update-major-update---actions/checkout-1769782268041
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.0.1 |
| 19 | 19 | |
| 20 | 20 | - name: Setup Node.js |
| 21 | 21 | uses: actions/setup-node@v4 |