Skip to content

Commit 7ac33d0

Browse files
Update build_binary_for_release.yml
1 parent 116a30e commit 7ac33d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_binary_for_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- nightly
1717
steps:
1818
- name: Checkout the repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@master
2020
- name: Setup
2121
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
2222
- name: Generate the artifacts

0 commit comments

Comments
 (0)