File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
1616 steps :
1717 - run : sudo apt install libdbus-1-dev pkg-config
18- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1919 - uses : dtolnay/rust-toolchain@stable
2020 - run : cargo publish
Original file line number Diff line number Diff line change 99 rustc_cache_key : ${{ steps.setup_rust.outputs.cachekey }}
1010 steps :
1111 - run : sudo apt install libdbus-1-dev pkg-config
12- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
12+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1313 - uses : dtolnay/rust-toolchain@stable
1414 id : setup_rust
1515 with :
3333 needs : build
3434 steps :
3535 - run : sudo apt install libdbus-1-dev pkg-config
36- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
36+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3737 - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3838 with :
3939 path : |
6262 SKIP : " tests,clippy"
6363 steps :
6464 - run : sudo apt install libdbus-1-dev pkg-config
65- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
65+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
6666 - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
6767 with :
6868 path : |
Original file line number Diff line number Diff line change 2121 # https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow
2222 GITHUB_TOKEN : ${{ secrets.NLXRBOT_TOKEN }}
2323 steps :
24- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2525 with :
2626 fetch-depth : 50
2727 fetch-tags : true
You can’t perform that action at this time.
0 commit comments