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.1 .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 }}
@@ -139,7 +139,7 @@ jobs:
139139 - tests/integration/ha_tests/application_charm
140140 - tests/integration/relation_tests/application-charm
141141 name : Build charm | ${{ matrix.path }}
142- uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.0 .0
142+ uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.1 .0
143143 with :
144144 path-to-charm-directory : ${{ matrix.path }}
145145
@@ -149,7 +149,7 @@ jobs:
149149 - lint
150150 - unit-test
151151 - build
152- uses : canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.0 .0
152+ uses : canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.1 .0
153153 with :
154154 artifact-prefix : ${{ needs.build.outputs.artifact-prefix }}
155155 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.1 .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