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.
actions/checkout
1 parent c15e09f commit eaf00e0Copy full SHA for eaf00e0
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
PERCY_PROJECT: crates-io/crates.io
27
28
steps:
29
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v3.0.0
30
- uses: volta-cli/action@v1
31
32
- name: Install node modules
@@ -54,7 +54,7 @@ jobs:
54
RUSTFLAGS: "-D warnings"
55
56
57
58
59
- run: rustup default ${{ env.RUST_VERSION }}
60
- run: rustup component add rustfmt
@@ -98,7 +98,7 @@ jobs:
98
- 5432:5432
99
100
101
102
103
- name: Install ${{ env.RUST_VERSION }} Rust
104
if: matrix.rust == 'stable'
0 commit comments