Skip to content

Commit 6b4ccfa

Browse files
Update canonical/data-platform-workflows action to v32.1.0 (#979)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 229b467 commit 6b4ccfa

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/approve_renovate_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ on:
1010
jobs:
1111
approve-pr:
1212
name: Approve Renovate pull request
13-
uses: canonical/data-platform-workflows/.github/workflows/approve_renovate_pr.yaml@v32.0.0
13+
uses: canonical/data-platform-workflows/.github/workflows/approve_renovate_pr.yaml@v32.1.0
1414
permissions:
1515
pull-requests: write # Needed to approve PR

.github/workflows/check_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ on:
1616
jobs:
1717
check-pr:
1818
name: Check pull request
19-
uses: canonical/data-platform-workflows/.github/workflows/check_charm_pr.yaml@v32.0.0
19+
uses: canonical/data-platform-workflows/.github/workflows/check_charm_pr.yaml@v32.1.0

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
lint:
2929
name: Lint
30-
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v32.0.0
30+
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v32.1.0
3131

3232
unit-test:
3333
name: Unit test charm
@@ -49,7 +49,7 @@ jobs:
4949

5050
build:
5151
name: Build charm
52-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v32.0.0
52+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v32.1.0
5353

5454
integration-test:
5555
name: Integration test charm

.github/workflows/promote.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
jobs:
2626
promote:
2727
name: Promote charm
28-
uses: canonical/data-platform-workflows/.github/workflows/_promote_charm.yaml@v32.0.0
28+
uses: canonical/data-platform-workflows/.github/workflows/_promote_charm.yaml@v32.1.0
2929
with:
3030
track: '16'
3131
from-risk: ${{ inputs.from-risk }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
tag:
2020
name: Create charm refresh compatibility version git tag
21-
uses: canonical/data-platform-workflows/.github/workflows/tag_charm_edge.yaml@v32.0.0
21+
uses: canonical/data-platform-workflows/.github/workflows/tag_charm_edge.yaml@v32.1.0
2222
with:
2323
track: '16'
2424
permissions:
@@ -38,7 +38,7 @@ jobs:
3838
needs:
3939
- tag
4040
- ci-tests
41-
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v32.0.0
41+
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v32.1.0
4242
with:
4343
track: ${{ needs.tag.outputs.track }}
4444
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}

0 commit comments

Comments
 (0)