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 runs-on : ${{ matrix.os }}
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020
2121 - name : Install Rust toolchain
2222 uses : dtolnay/rust-toolchain@stable
@@ -132,7 +132,7 @@ jobs:
132132 needs : build
133133
134134 steps :
135- - uses : actions/checkout@v4
135+ - uses : actions/checkout@v6
136136
137137 - name : Install Rust toolchain
138138 uses : dtolnay/rust-toolchain@stable
Original file line number Diff line number Diff line change 2424 runs-on : ${{ matrix.os }}
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828
2929 - name : Install Rust toolchain
3030 uses : dtolnay/rust-toolchain@stable
Original file line number Diff line number Diff line change 1616 name : Cargo Audit
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020
2121 - name : Install cargo-audit
2222 run : cargo install cargo-audit
2929 name : npm Audit
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v6
3333
3434 - name : Setup Node.js
3535 uses : actions/setup-node@v6
You can’t perform that action at this time.
0 commit comments