Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 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@v29.2.0

lib-check:
name: Check libraries
Expand All @@ -35,7 +35,7 @@ jobs:
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
touch requirements.txt
- name: Check libs
uses: canonical/charming-actions/check-libraries@2.6.2
uses: canonical/charming-actions/check-libraries@2.7.0
with:
credentials: ${{ secrets.CHARMHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
path:
- .
name: Build charm | ${{ matrix.path }}
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.0.0
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.2.0
with:
path-to-charm-directory: ${{ matrix.path }}
cache: false
Expand All @@ -161,7 +161,7 @@ jobs:
- lint
- unit-test
- build
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.0.0
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.2.0
with:
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
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 @@ -19,7 +19,7 @@ jobs:
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
touch requirements.txt
- name: Check libs
uses: canonical/charming-actions/check-libraries@2.6.2
uses: canonical/charming-actions/check-libraries@2.7.0
with:
# NOTE: CHARMHUB_TOKEN is only allowed in latest/edge, latest/candidate
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
Expand All @@ -37,7 +37,7 @@ jobs:
name: Release charm
needs:
- 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@v29.2.0
with:
channel: 6/edge
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}
Expand Down
Loading