File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
approve-pr :
12
12
name : Approve Renovate pull request
13
- uses : canonical/data-platform-workflows/.github/workflows/approve_renovate_pr.yaml@v31 .0.1
13
+ uses : canonical/data-platform-workflows/.github/workflows/approve_renovate_pr.yaml@v32 .0.0
14
14
permissions :
15
15
pull-requests : write # Needed to approve PR
Original file line number Diff line number Diff line change 15
15
jobs :
16
16
check-pr :
17
17
name : Check pull request
18
- uses : canonical/data-platform-workflows/.github/workflows/check_charm_pr.yaml@v31 .0.1
18
+ uses : canonical/data-platform-workflows/.github/workflows/check_charm_pr.yaml@v32 .0.0
Original file line number Diff line number Diff line change 53
53
54
54
build :
55
55
name : Build charm
56
- uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v31 .0.1
56
+ uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v32 .0.0
57
57
58
58
integration-test :
59
59
name : Integration test charm
Original file line number Diff line number Diff line change 25
25
jobs :
26
26
promote :
27
27
name : Promote charm
28
- uses : canonical/data-platform-workflows/.github/workflows/_promote_charm.yaml@v31 .0.1
28
+ uses : canonical/data-platform-workflows/.github/workflows/_promote_charm.yaml@v32 .0.0
29
29
with :
30
30
track : ' 8.0'
31
31
from-risk : ${{ inputs.from-risk }}
Original file line number Diff line number Diff line change 22
22
name : Release charm
23
23
needs :
24
24
- ci-tests
25
- uses : canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v31 .0.1
25
+ uses : canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v32 .0.0
26
26
with :
27
27
channel : 8.0/edge
28
28
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@v31 .0.1
13
+ uses : canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v32 .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