File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222
2323 - name : Install Rust
2424 uses : actions-rs/toolchain@v1
4343
4444 steps :
4545 - name : Checkout code
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747
4848 - name : Install Rust
4949 uses : actions-rs/toolchain@v1
6868
6969 steps :
7070 - name : Checkout code
71- uses : actions/checkout@v4
71+ uses : actions/checkout@v5
7272
7373 - name : Install Rust
7474 uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : check out branch
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Build & Test
2020 run : python tools -bt
Original file line number Diff line number Diff line change 2626 actions : read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
2727 steps :
2828 - name : Checkout code
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030
3131 - name : Install Rust toolchain
3232 uses : actions-rs/toolchain@v1
You can’t perform that action at this time.
0 commit comments