File tree Expand file tree Collapse file tree 4 files changed +41
-41
lines changed
Expand file tree Collapse file tree 4 files changed +41
-41
lines changed Original file line number Diff line number Diff line change 1919 - heretek
2020
2121 steps :
22- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2323 - uses : dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 # master
2424 with :
2525 toolchain : stable
Original file line number Diff line number Diff line change 1616 - stable
1717
1818 steps :
19- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2020 - name : Populate cache
2121 uses : ./.github/workflows/cache
2222
3636 - run : cargo llvm-cov --workspace --codecov --output-path codecov.json --release
3737
3838 - name : Upload coverage to Codecov
39- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
39+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
4040 with :
4141 token : ${{ secrets.CODECOV_TOKEN }}
4242 files : codecov.json
Original file line number Diff line number Diff line change 2020 - stable
2121
2222 steps :
23- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2424 - uses : dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 # master
2525 with :
2626 toolchain : ${{ matrix.toolchain }}
3737 - stable
3838
3939 steps :
40- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
40+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4141 - uses : dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 # master
4242 with :
4343 toolchain : ${{ matrix.toolchain }}
5151 runs-on : ubuntu-24.04
5252
5353 steps :
54- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
54+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5555 - uses : dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 # master
5656 with :
5757 toolchain : nightly
You can’t perform that action at this time.
0 commit comments