File tree Expand file tree Collapse file tree 7 files changed +207
-135
lines changed
clowarden-core/src/services/github Expand file tree Collapse file tree 7 files changed +207
-135
lines changed Original file line number Diff line number Diff line change 2424 with :
2525 python-version : 3.7
2626 - name : Set up chart-testing
27- uses : helm/chart-testing-action@v2.6.1
27+ uses : helm/chart-testing-action@v2.7.0
2828 - name : Run chart-testing (list-changed)
2929 id : list-changed
3030 run : |
3535 - name : Run chart-testing (lint)
3636 run : ct lint --config .ct.yaml --target-branch ${{ github.event.repository.default_branch }}
3737 - name : Create kind cluster
38- uses : helm/kind-action@v1.10 .0
38+ uses : helm/kind-action@v1.12 .0
3939 if : steps.list-changed.outputs.changed == 'true'
4040 - name : Run chart-testing (install)
4141 run : ct install --config .ct.yaml --target-branch ${{ github.event.repository.default_branch }}
Original file line number Diff line number Diff line change 1515 - name : Setup Rust
1616 uses : dtolnay/rust-toolchain@master
1717 with :
18- toolchain : 1.83 .0
18+ toolchain : 1.85 .0
1919 components : clippy, rustfmt
2020 - name : Run clippy
2121 run : cargo clippy --all-targets --all-features -- --deny warnings
3030 - name : Setup Rust
3131 uses : dtolnay/rust-toolchain@master
3232 with :
33- toolchain : 1.83 .0
33+ toolchain : 1.85 .0
3434 - name : Run backend tests
3535 run : cargo test
3636
You can’t perform that action at this time.
0 commit comments