We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f185264 + 5c8fb6a commit 7cb7adcCopy full SHA for 7cb7adc
1 file changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
rust: nightly
32
experimental: true
33
steps:
34
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
35
- name: Install rust
36
uses: actions-rs/toolchain@v1
37
with:
@@ -61,7 +61,7 @@ jobs:
61
needs:
62
- build
63
64
65
- run: pip3 install -U tomlq
66
67
0 commit comments