File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,21 +10,21 @@ jobs:
1010 test :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
13+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
1414 - uses : Swatinem/rust-cache@v2
1515 - run : cargo test
1616
1717 lint :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
20+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
2121 - uses : Swatinem/rust-cache@v2
2222 - run : cargo clippy
2323
2424 check-format :
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
27+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
2828 - run : |
2929 rustup override set nightly
3030 rustup update nightly
Original file line number Diff line number Diff line change 77 create-release :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
10+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
1111 with :
1212 fetch-depth : 0
1313 token : ${{ secrets.PAT }}
Original file line number Diff line number Diff line change 99 publish-crate :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
12+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
1313 - uses : Swatinem/rust-cache@v2
1414 - uses : katyo/publish-crates@v2
1515 with :
Original file line number Diff line number Diff line change 77 create-release :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
10+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
1111 with :
1212 fetch-depth : 0
1313 token : ${{ secrets.PAT }}
Original file line number Diff line number Diff line change 99 dry-run :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
12+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
1313 with :
1414 fetch-depth : 0
1515 token : ${{ secrets.PAT }}
You can’t perform that action at this time.
0 commit comments