File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616jobs :
1717 lint :
1818 name : Lint
19- uses : canonical/data-platform-workflows/.github/workflows/lint.yaml@v21.0.0
19+ uses : canonical/data-platform-workflows/.github/workflows/lint.yaml@v21.0.1
2020
2121 lib-check :
2222 name : Check libraries
3131 # Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
3232 touch requirements.txt
3333 - name : Check libs
34- uses : canonical/charming-actions/check-libraries@2.6.2
34+ uses : canonical/charming-actions/check-libraries@2.6.3
3535 with :
3636 credentials : ${{ secrets.CHARMHUB_TOKEN }}
3737 github-token : ${{ secrets.GITHUB_TOKEN }}
5454
5555 build :
5656 name : Build charm | ${{ matrix.path }}
57- uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.0
57+ uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.1
5858 strategy :
5959 matrix :
6060 path :
8080 - lint
8181 - unit-test
8282 - build
83- uses : canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v21.0.0
83+ uses : canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v21.0.1
8484 with :
8585 artifact-prefix : packed-charm-cache-false # TODO revert to "packed-charm-cache-true" when cache re-enabled
8686 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.6.3
2323 with :
2424 # NOTE: CHARMHUB_TOKEN is only allowed in latest/edge, latest/candidate
2525 credentials : " ${{ secrets.CHARMHUB_TOKEN }}"
3535
3636 build :
3737 name : Build charm
38- uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.0
38+ uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.1
3939 with :
4040 artifact-prefix : temp-release-packed-charm # TODO: remove after caching re-enabled on PR
4141
4444 needs :
4545 - ci-tests
4646 - build
47- uses : canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v21.0.0
47+ uses : canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v21.0.1
4848 with :
4949 channel : 6/edge
5050 artifact-prefix : ${{ needs.build.outputs.artifact-prefix }}
You can’t perform that action at this time.
0 commit comments