File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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@v30 .0.0
24
24
25
25
unit-test :
26
26
name : Unit test charm
60
60
61
61
build :
62
62
name : Build charm
63
- uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29 .0.0
63
+ uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v30 .0.0
64
64
65
65
integration-test :
66
66
name : Integration test charm
Original file line number Diff line number Diff line change 39
39
needs :
40
40
- lib-check
41
41
- ci-tests
42
- uses : canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v29 .0.0
42
+ uses : canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v30 .0.0
43
43
with :
44
44
channel : 8.0/edge
45
45
artifact-prefix : ${{ needs.ci-tests.outputs.artifact-prefix }}
Original file line number Diff line number Diff line change 10
10
jobs :
11
11
sync-docs :
12
12
name : Sync docs from Discourse
13
- uses : canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v29 .0.0
13
+ uses : canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v30 .0.0
14
14
with :
15
15
reviewers : a-velasco
16
16
permissions :
You can’t perform that action at this time.
0 commit comments