File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 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@v32.1.0
13
+ uses : canonical/data-platform-workflows/.github/workflows/approve_renovate_pr.yaml@v32.2.1
14
14
permissions :
15
15
pull-requests : write # Needed to approve PR
Original file line number Diff line number Diff line change 16
16
jobs :
17
17
check-pr :
18
18
name : Check pull request
19
- uses : canonical/data-platform-workflows/.github/workflows/check_charm_pr.yaml@v32.1.0
19
+ uses : canonical/data-platform-workflows/.github/workflows/check_charm_pr.yaml@v32.2.1
Original file line number Diff line number Diff line change 27
27
jobs :
28
28
lint :
29
29
name : Lint
30
- uses : canonical/data-platform-workflows/.github/workflows/lint.yaml@v32.1.0
30
+ uses : canonical/data-platform-workflows/.github/workflows/lint.yaml@v32.2.1
31
31
32
32
unit-test :
33
33
name : Unit test charm
49
49
50
50
build :
51
51
name : Build charm
52
- uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v32.1.0
52
+ uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v32.2.1
53
53
54
54
integration-test :
55
55
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@v32.1.0
28
+ uses : canonical/data-platform-workflows/.github/workflows/_promote_charm.yaml@v32.2.1
29
29
with :
30
30
track : ' 14'
31
31
from-risk : ${{ inputs.from-risk }}
Original file line number Diff line number Diff line change 44
44
name : Release charm
45
45
needs :
46
46
- ci-tests
47
- uses : canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v32.1.0
47
+ uses : canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v32.2.1
48
48
with :
49
49
track : 14
50
50
artifact-prefix : ${{ needs.ci-tests.outputs.artifact-prefix }}
You can’t perform that action at this time.
0 commit comments