File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5151 - os : ubuntu-22.04
5252 target : x86_64-unknown-linux-musl
5353 steps :
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v5
5555 - uses : dtolnay/rust-toolchain@stable
5656 with :
5757 targets : ${{ matrix.target }}
6868 name : MSRV
6969 runs-on : ubuntu-latest
7070 steps :
71- - uses : actions/checkout@v4
71+ - uses : actions/checkout@v5
7272 - name : Extract MSRV
7373 id : get-msrv
7474 run : |
Original file line number Diff line number Diff line change 5252 target : x86_64-unknown-linux-musl
5353 archive : texlab-x86_64-alpine.tar.gz
5454 steps :
55- - uses : actions/checkout@v4
55+ - uses : actions/checkout@v5
5656 - uses : dtolnay/rust-toolchain@stable
5757 with :
5858 targets : ${{ matrix.target }}
8080 needs : [build]
8181 runs-on : ubuntu-latest
8282 steps :
83- - uses : actions/checkout@v4
83+ - uses : actions/checkout@v5
8484 - uses : actions/download-artifact@v4
8585 - name : Publish binaries
8686 run : |
9393 needs : [github]
9494 runs-on : ubuntu-22.04
9595 steps :
96- - uses : actions/checkout@v4
96+ - uses : actions/checkout@v5
9797 - uses : dtolnay/rust-toolchain@stable
9898 - name : Install Tectonic workaround
9999 run : |
You can’t perform that action at this time.
0 commit comments