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 e72a8bb commit f7b2eecCopy full SHA for f7b2eec
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
19
- name: Install rustfmt from the rust stable toolchain
20
uses: dtolnay/rust-toolchain@stable
21
with:
@@ -26,7 +26,7 @@ jobs:
26
name: Sugondat - latest
27
runs-on: self-hosted
28
29
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
30
- name: cargo build
31
run: cargo build --verbose --all
32
- name: cargo test
@@ -35,7 +35,7 @@ jobs:
35
name: docker build
36
37
38
39
- name: Start Docker Daemon
40
run: |
41
dockerd &
0 commit comments