File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 feature : [mp3, ogg, flac, wav]
2020 runs-on : ${{ matrix.os }}
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v3
2323 - uses : actions/cache@v3
2424 with :
2525 path : |
5050 os : [windows-latest, ubuntu-latest, macos-latest]
5151 runs-on : ${{ matrix.os }}
5252 steps :
53- - uses : actions/checkout@v2
53+ - uses : actions/checkout@v3
5454 - uses : actions/cache@v3
5555 with :
5656 path : |
7777 name : fmt
7878 runs-on : ubuntu-latest
7979 steps :
80- - uses : actions/checkout@v2
80+ - uses : actions/checkout@v3
8181 - uses : actions-rs/toolchain@v1
8282 with :
8383 profile : minimal
9595 name : clippy
9696 runs-on : ubuntu-latest
9797 steps :
98- - uses : actions/checkout@v2
98+ - uses : actions/checkout@v3
9999 - uses : actions-rs/toolchain@v1
100100 with :
101101 profile : minimal
You can’t perform that action at this time.
0 commit comments