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 20
20
jobs :
21
21
lint :
22
22
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
24
24
25
25
lib-check :
26
26
name : Check libraries
35
35
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
36
36
touch requirements.txt
37
37
- name : Check libs
38
- uses : canonical/charming-actions/check-libraries@2.6.2
38
+ uses : canonical/charming-actions/check-libraries@2.7.0
39
39
with :
40
40
credentials : ${{ secrets.CHARMHUB_TOKEN }}
41
41
github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -152,7 +152,7 @@ jobs:
152
152
- tests/integration/ha_tests/application_charm
153
153
- tests/integration/relation_tests/application-charm
154
154
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
156
156
with :
157
157
path-to-charm-directory : ${{ matrix.path }}
158
158
cache : false
@@ -163,7 +163,7 @@ jobs:
163
163
- lint
164
164
- unit-test
165
165
- 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
167
167
with :
168
168
artifact-prefix : ${{ needs.build.outputs.artifact-prefix }}
169
169
cloud : microk8s
Original file line number Diff line number Diff line change 19
19
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
20
20
touch requirements.txt
21
21
- name : Check libs
22
- uses : canonical/charming-actions/check-libraries@2.6.2
22
+ uses : canonical/charming-actions/check-libraries@2.7.0
23
23
with :
24
24
# NOTE: CHARMHUB_TOKEN is only allowed in latest/edge, latest/candidate
25
25
credentials : " ${{ secrets.CHARMHUB_TOKEN }}"
37
37
name : Release charm
38
38
needs :
39
39
- 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
41
41
with :
42
42
channel : 6/edge
43
43
artifact-prefix : ${{ needs.ci-tests.outputs.artifact-prefix }}
You can’t perform that action at this time.
0 commit comments