revert checkout@v7 to fix nightly release (#38294)

* revert back to checkout@v4

* add comment
This commit is contained in:
stef
2026-07-05 20:04:06 -07:00
committed by GitHub
parent 92f3d24c8a
commit 6de5d2c23a
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
running-workflow-name: 'build master-ci'
repo-token: ${{ secrets.GITHUB_TOKEN }}
check-regexp: ^((?!.*(build prebuilt|create badges).*).)*$
- uses: actions/checkout@v7
- uses: actions/checkout@v4 # checkout version > v4 breaks nightly release script
with:
submodules: true
fetch-depth: 0