Skip to content

Commit 9b47b3b

Browse files
committed
gh actions: switch actions/checkout version to main
1 parent 42daf52 commit 9b47b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
os: [ubuntu-latest, windows-latest]
1313
runs-on: ${{matrix.os}}
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@main
1616
- name: setup-rust
1717
uses: dtolnay/rust-toolchain@master
1818
with:

0 commit comments

Comments
 (0)