Skip to content

Commit f0fb7d5

Browse files
authored
Upgrade backend dependencies and base images (#315)
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
1 parent 9824f4d commit f0fb7d5

File tree

7 files changed

+207
-135
lines changed

7 files changed

+207
-135
lines changed

.github/workflows/chart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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: |
@@ -35,7 +35,7 @@ jobs:
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 }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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
@@ -30,7 +30,7 @@ jobs:
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

0 commit comments

Comments
 (0)