Skip to content

Commit 67c1b91

Browse files
authored
Upgrade deps, base images and actions (#359)
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
1 parent 7a8cf27 commit 67c1b91

File tree

21 files changed

+236
-218
lines changed

21 files changed

+236
-218
lines changed

.github/workflows/build-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v4
1515
- name: Configure AWS credentials
16-
uses: aws-actions/configure-aws-credentials@v4
16+
uses: aws-actions/configure-aws-credentials@v5
1717
with:
1818
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
1919
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
@@ -35,7 +35,7 @@ jobs:
3535
- name: Checkout code
3636
uses: actions/checkout@v4
3737
- name: Configure AWS credentials
38-
uses: aws-actions/configure-aws-credentials@v4
38+
uses: aws-actions/configure-aws-credentials@v5
3939
with:
4040
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
4141
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

.github/workflows/chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
version: v3.9.2
2222
- name: Set up Python
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: 3.8
2626
- name: Set up chart-testing

.github/workflows/ci.yml

Lines changed: 2 additions & 3 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.88.0
18+
toolchain: 1.90.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.88.0
33+
toolchain: 1.90.0
3434
- name: Run backend tests
3535
run: cargo test
3636

@@ -60,4 +60,3 @@ jobs:
6060
- name: Run frontend tests
6161
working-directory: ./web
6262
run: yarn test --watchAll=false --passWithNoTests --verbose --maxWorkers=4
63-

0 commit comments

Comments
 (0)