Skip to content

Commit 986d5bb

Browse files
chore(deps): update github actions
1 parent 4a98321 commit 986d5bb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
lint:
2222
name: Lint
23-
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v29.0.0
23+
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v30.1.1
2424

2525
lib-check:
2626
name: Check libraries
@@ -44,7 +44,7 @@ jobs:
4444

4545
unit-test:
4646
name: Unit test charm
47-
runs-on: ubuntu-22.04
47+
runs-on: ubuntu-24.04
4848
timeout-minutes: 25 # TODO: reduce to 5 minutes
4949
steps:
5050
- name: Checkout
@@ -58,7 +58,7 @@ jobs:
5858

5959
terraform-lint:
6060
name: Terraform - Lint
61-
runs-on: ubuntu-22.04
61+
runs-on: ubuntu-24.04
6262
timeout-minutes: 10
6363
steps:
6464
- name: Checkout repo
@@ -85,7 +85,7 @@ jobs:
8585
name: Terraform - Run terraform tests
8686
needs:
8787
- terraform-lint
88-
runs-on: ubuntu-22.04
88+
runs-on: ubuntu-24.04
8989
timeout-minutes: 120
9090
strategy:
9191
matrix:
@@ -152,7 +152,7 @@ jobs:
152152
- tests/integration/ha_tests/application_charm
153153
- tests/integration/relation_tests/application-charm
154154
name: Build charm | ${{ matrix.path }}
155-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.0.0
155+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v30.1.1
156156
with:
157157
path-to-charm-directory: ${{ matrix.path }}
158158

@@ -162,7 +162,7 @@ jobs:
162162
- lint
163163
- unit-test
164164
- build
165-
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.0.0
165+
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v30.1.1
166166
with:
167167
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
168168
cloud: microk8s

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
name: Release charm
3838
needs:
3939
- ci-tests
40-
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v29.0.0
40+
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v30.1.1
4141
with:
4242
channel: 6/edge
4343
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}

0 commit comments

Comments
 (0)