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 }}
@@ -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@v29.2 .0
156156 with :
157157 path-to-charm-directory : ${{ matrix.path }}
158158 cache : false
@@ -163,7 +163,7 @@ jobs:
163163 - lint
164164 - unit-test
165165 - build
166- uses : canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.0 .0
166+ uses : canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.2 .0
167167 with :
168168 artifact-prefix : ${{ needs.build.outputs.artifact-prefix }}
169169 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