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.2.1
13
+ uses : canonical/data-platform-workflows/.github/workflows/approve_renovate_pr.yaml@v35.0.2
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@v32.2.1
18
+ uses : canonical/data-platform-workflows/.github/workflows/check_charm_pr.yaml@v35.0.2
Original file line number Diff line number Diff line change 24
24
jobs :
25
25
lint :
26
26
name : Lint
27
- uses : canonical/data-platform-workflows/.github/workflows/lint.yaml@v32.2.1
27
+ uses : canonical/data-platform-workflows/.github/workflows/lint.yaml@v35.0.2
28
28
29
29
unit-test :
30
30
name : Unit test charm
44
44
45
45
build :
46
46
name : Build charm
47
- uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v32.2.1
47
+ uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v35.0.2
48
48
49
49
integration-test :
50
50
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.1.1 # Use v32 after this charm adds refresh v3
28
+ uses : canonical/data-platform-workflows/.github/workflows/_promote_charm.yaml@v35.0.2 # Use v32 after this charm adds refresh v3
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 43
43
name : Release charm
44
44
needs :
45
45
- ci-tests
46
- uses : canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v32.2.1
46
+ uses : canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v35.0.2
47
47
with :
48
48
track : ' 8.0'
49
49
artifact-prefix : ${{ needs.ci-tests.outputs.artifact-prefix }}
You can’t perform that action at this time.
0 commit comments