Skip to content

Commit 68fd06f

Browse files
author
root
committed
checkout@master
1 parent 09371c7 commit 68fd06f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: startsWith(github.ref, 'refs/tags/')
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@master
1616
# https://github.com/taiki-e/create-gh-release-action
1717
- uses: taiki-e/create-gh-release-action@v1
1818
with:
@@ -41,7 +41,7 @@ jobs:
4141
- target: x86_64-pc-windows-msvc
4242
os: windows-latest
4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@master
4545
with:
4646
submodules: recursive # 递归检出git子模块(submodules)
4747

0 commit comments

Comments
 (0)