File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 env :
1717 CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
1818 steps :
19- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2020 - uses : actions-rs/toolchain@v1
2121 with :
2222 profile : minimal
Original file line number Diff line number Diff line change 1313 name : Check
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1717 - uses : actions-rs/toolchain@v1
1818 with :
1919 profile : minimal
3232 name : Test Suite
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
35+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3636 - uses : actions-rs/toolchain@v1
3737 with :
3838 profile : minimal
4848 name : Rustfmt
4949 runs-on : ubuntu-latest
5050 steps :
51- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
51+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5252 - uses : actions-rs/toolchain@v1
5353 with :
5454 profile : minimal
6464 name : Clippy
6565 runs-on : ubuntu-latest
6666 steps :
67- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
67+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6868 - uses : actions-rs/toolchain@v1
6969 with :
7070 profile : minimal
Original file line number Diff line number Diff line change 2929 env :
3030 DATABASE_URL : mysql://test:test@localhost/test
3131 steps :
32- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3333 - uses : actions-rs/toolchain@v1
3434 with :
3535 profile : minimal
Original file line number Diff line number Diff line change 2626 env :
2727 DATABASE_URL : postgres://postgres:postgres@localhost/postgres
2828 steps :
29- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
29+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3030 - uses : actions-rs/toolchain@v1
3131 with :
3232 profile : minimal
Original file line number Diff line number Diff line change 2020 ports :
2121 - 6379:6379
2222 steps :
23- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2424 - uses : actions-rs/toolchain@v1
2525 with :
2626 profile : minimal
Original file line number Diff line number Diff line change 1818 name : Test Suite Sqlite
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2222 - uses : actions-rs/toolchain@v1
2323 with :
2424 profile : minimal
You can’t perform that action at this time.
0 commit comments