We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245f966 commit 235cad9Copy full SHA for 235cad9
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- windows-latest
18
- macOS-latest
19
steps:
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
21
- name: install ${{ matrix.rust }}
22
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
23
- run: cargo build
0 commit comments