File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
PERCY_PROJECT : crates-io/crates.io
28
28
29
29
steps :
30
- - uses : actions/checkout@v3.0.2
30
+ - uses : actions/checkout@v3.1.0
31
31
32
32
33
33
with :
63
63
RUSTFLAGS : " -D warnings"
64
64
65
65
steps :
66
- - uses : actions/checkout@v3.0.2
66
+ - uses : actions/checkout@v3.1.0
67
67
68
68
- run : rustup default ${{ env.RUST_VERSION }}
69
69
- run : rustup component add rustfmt
@@ -107,7 +107,7 @@ jobs:
107
107
- 5432:5432
108
108
109
109
steps :
110
- - uses : actions/checkout@v3.0.2
110
+ - uses : actions/checkout@v3.1.0
111
111
112
112
- name : Install ${{ env.RUST_VERSION }} Rust
113
113
if : matrix.rust == 'stable'
Original file line number Diff line number Diff line change 38
38
- 5432:5432
39
39
40
40
steps :
41
- - uses : actions/checkout@v3.0.2
41
+ - uses : actions/checkout@v3.1.0
42
42
43
43
# Set up Rust
44
44
- run : rustup default ${{ env.RUST_VERSION }}
You can’t perform that action at this time.
0 commit comments