File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020jobs :
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@v29.2 .0
2424
2525 lib-check :
2626 name : Check libraries
3535 # Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
3636 touch requirements.txt
3737 - name : Check libs
38- uses : canonical/charming-actions/check-libraries@2.6.2
38+ uses : canonical/charming-actions/check-libraries@2.7.0
3939 with :
4040 credentials : ${{ secrets.CHARMHUB_TOKEN }}
4141 github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -150,7 +150,7 @@ jobs:
150150 path :
151151 - .
152152 name : Build charm | ${{ matrix.path }}
153- uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.0 .0
153+ uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.2 .0
154154 with :
155155 path-to-charm-directory : ${{ matrix.path }}
156156 cache : false
@@ -161,7 +161,7 @@ jobs:
161161 - lint
162162 - unit-test
163163 - build
164- uses : canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.0 .0
164+ uses : canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.2 .0
165165 with :
166166 artifact-prefix : ${{ needs.build.outputs.artifact-prefix }}
167167 cloud : microk8s
Original file line number Diff line number Diff line change 1919 # Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
2020 touch requirements.txt
2121 - name : Check libs
22- uses : canonical/charming-actions/check-libraries@2.6.2
22+ uses : canonical/charming-actions/check-libraries@2.7.0
2323 with :
2424 # NOTE: CHARMHUB_TOKEN is only allowed in latest/edge, latest/candidate
2525 credentials : " ${{ secrets.CHARMHUB_TOKEN }}"
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@v29.2 .0
4141 with :
4242 channel : 6/edge
4343 artifact-prefix : ${{ needs.ci-tests.outputs.artifact-prefix }}
You can’t perform that action at this time.
0 commit comments