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 7171 - target : x86_64-unknown-illumos
7272 test : false
7373 steps :
74- - uses : actions/checkout@master
74+ - uses : actions/checkout@main
7575 - name : Install Rust
7676 run : |
7777 rustup update stable --no-self-update
@@ -118,7 +118,7 @@ jobs:
118118 name : Rustfmt
119119 runs-on : ubuntu-latest
120120 steps :
121- - uses : actions/checkout@master
121+ - uses : actions/checkout@main
122122 - name : Install Rust
123123 run : |
124124 rustup update stable --no-self-update
@@ -144,7 +144,7 @@ jobs:
144144 env :
145145 RUSTFLAGS : # No need to check warnings on old MSRV, unset `-Dwarnings`
146146 steps :
147- - uses : actions/checkout@master
147+ - uses : actions/checkout@main
148148 - name : Install Rust
149149 run : |
150150 msrv="$(
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ permissions:
77on :
88 push :
99 branches :
10- - master
10+ - main
1111
1212jobs :
1313 release-plz :
You can’t perform that action at this time.
0 commit comments