stacks/ts-spreadsheets
chore(deps): update actions/checkout action to v6.0.2
#976
Closed
renovate[bot]
wants to merge
renovate/all-minor-patch
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@v6.0.1 |
| 18 | + uses: actions/checkout@v6.0.2 |
| 19 | 19 | with: |
| 20 | 20 | fetch-depth: 0 |
| 21 | 21 | |