Skip to content

Commit

Permalink
Update canonical/data-platform-workflows action to v30 (#581)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 13, 2025
1 parent 61450eb commit 8c9a34b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
lint:
name: Lint
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v29.0.0
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v30.0.0

unit-test:
name: Unit test charm
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.0.0
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v30.0.0

integration-test:
name: Integration test charm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
needs:
- lib-check
- ci-tests
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v29.0.0
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v30.0.0
with:
channel: 8.0/edge
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
sync-docs:
name: Sync docs from Discourse
uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v29.0.0
uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v30.0.0
with:
reviewers: a-velasco
permissions:
Expand Down

0 comments on commit 8c9a34b

Please sign in to comment.