File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 run :
1313 working-directory : ./api
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - uses : dtolnay/rust-toolchain@stable
1717 - run : cargo install cargo-audit --locked
1818 - run : cargo audit
Original file line number Diff line number Diff line change 1717 env :
1818 TZ : Europe/Amsterdam
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - uses : actions/setup-node@v6
2222 with :
2323 node-version : 24
3232 run :
3333 working-directory : ./api
3434 steps :
35- - uses : actions/checkout@v5
35+ - uses : actions/checkout@v6
3636 - run : cargo build --verbose
3737 - run : cargo test --verbose
3838 - run : cargo clippy --verbose -- -D warnings
4242 needs : [build-rs, build-ng]
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@v5
45+ - uses : actions/checkout@v6
4646 - run : |
4747 REF_NAME="${{ github.ref_name }}"
4848 REF_NAME_LOWER=$(echo "$REF_NAME" | tr '[:upper:]' '[:lower:]')
You can’t perform that action at this time.
0 commit comments