File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
check-changelog :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v2.3.4
13
13
14
14
# Gives an error if there's no change in the changelog (except using label)
15
15
- name : Changelog check
Original file line number Diff line number Diff line change 17
17
os : [ubuntu-latest, windows-latest, macOS-latest]
18
18
rust : [stable, nightly]
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v2.3.4
21
21
- uses : hecrj/setup-rust-action@v1
22
22
with :
23
23
rust-version : ${{ matrix.rust }}
29
29
check-formatting :
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v2.3.4
33
33
- uses : hecrj/setup-rust-action@v1
34
34
with :
35
35
rust-version : stable
You can’t perform that action at this time.
0 commit comments