Skip to content

Commit

Permalink
chore(deps): update canonical/data-platform-workflows action to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 3fc7400 commit 29ac380
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
lint:
name: Lint
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v21.0.0
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v24.0.0

lib-check:
name: Check libraries
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

build:
name: Build charm | ${{ matrix.path }}
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.0
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v24.0.0
strategy:
matrix:
path:
Expand All @@ -80,7 +80,7 @@ jobs:
- lint
- unit-test
- build
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v21.0.0
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v24.0.0
with:
artifact-prefix: packed-charm-cache-false # TODO revert to "packed-charm-cache-true" when cache re-enabled
cloud: microk8s
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.0
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v24.0.0
with:
artifact-prefix: temp-release-packed-charm # TODO: remove after caching re-enabled on PR

Expand All @@ -44,7 +44,7 @@ jobs:
needs:
- ci-tests
- build
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v21.0.0
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v24.0.0
with:
channel: 6/edge
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
Expand Down

0 comments on commit 29ac380

Please sign in to comment.