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.
2 parents 89e3d06 + 9977915 commit 9b192d7Copy full SHA for 9b192d7
.github/workflows/dependencies.yml
@@ -29,7 +29,7 @@ jobs:
29
install-rust-dependencies:
30
runs-on: ubuntu-latest
31
steps:
32
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
33
- name: Install dependencies from Cargo.toml
34
run: cargo update
35
- name: Install dev-dependencies from Cargo.toml
.github/workflows/rust.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
12
13
14
- name: Build
15
run: cargo build --verbose
16
- name: Run tests
0 commit comments