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@v30.2 .0
13
+ uses : canonical/data-platform-workflows/.github/workflows/approve_renovate_pr.yaml@v31.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@v30.2 .0
18
+ uses : canonical/data-platform-workflows/.github/workflows/check_charm_pr.yaml@v31.0 .0
Original file line number Diff line number Diff line change 48
48
49
49
build :
50
50
name : Build charm
51
- uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v30.2 .0
51
+ uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v31.0 .0
52
52
53
53
integration-test :
54
54
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@v30.2 .0
28
+ uses : canonical/data-platform-workflows/.github/workflows/_promote_charm.yaml@v31.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 17
17
name : Release charm
18
18
needs :
19
19
- ci-tests
20
- uses : canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v30.2 .0
20
+ uses : canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v31.0 .0
21
21
with :
22
22
channel : 8.0/edge
23
23
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@v30.2 .0
13
+ uses : canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v31.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