File tree Expand file tree Collapse file tree 3 files changed +283
-187
lines changed
Expand file tree Collapse file tree 3 files changed +283
-187
lines changed Original file line number Diff line number Diff line change 1919 - zerus
2020
2121 steps :
22- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2323 - uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # master
2424 with :
2525 toolchain : stable
3333 tar -czvf ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz \
3434 -C target/${{ matrix.targets }}/dist/ ${{ matrix.bins }}
3535
36- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
36+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3737 with :
3838 name : ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz
3939 path : ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz
Original file line number Diff line number Diff line change 2020 - stable
2121
2222 steps :
23- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2424 - uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # master
2525 with :
2626 toolchain : ${{ matrix.toolchain }}
@@ -39,14 +39,14 @@ jobs:
3939 - nightly-2024-10-09
4040
4141 steps :
42- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
4343 - uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # master
4444 with :
4545 toolchain : ${{ matrix.toolchain }}
4646 target : x86_64-unknown-linux-musl, x86_64-unknown-linux-gnu
4747 - uses : actions/setup-python@v5
4848 with :
49- python-version : ' 3.12 '
49+ python-version : ' 3.14 '
5050 - run : python3 -m http.server -h
5151 - run : cargo install cross --git https://github.com/cross-rs/cross --force
5252 - run : echo "${CARGO_HOME:-$HOME/.cargo}/bin" >> $GITHUB_PATH
6262 runs-on : ubuntu-latest
6363
6464 steps :
65- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
65+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
6666 - uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c # master
6767 with :
6868 toolchain : nightly
You can’t perform that action at this time.
0 commit comments