Skip to content

Commit 098d1f3

Browse files
Update canonical/data-platform-workflows action to v32.2.1 (#1067)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 86f6bca commit 098d1f3

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.1.0
13+
uses: canonical/data-platform-workflows/.github/workflows/approve_renovate_pr.yaml@v32.2.1
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.1.0
19+
uses: canonical/data-platform-workflows/.github/workflows/check_charm_pr.yaml@v32.2.1

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
jobs:
2929
lint:
3030
name: Lint
31-
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v32.1.0
31+
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v32.2.1
3232

3333
unit-test:
3434
name: Unit test charm
@@ -50,7 +50,7 @@ jobs:
5050

5151
build:
5252
name: Build charm
53-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v32.1.0
53+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v32.2.1
5454

5555
integration-test:
5656
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.1.0
28+
uses: canonical/data-platform-workflows/.github/workflows/_promote_charm.yaml@v32.2.1
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.1.0
21+
uses: canonical/data-platform-workflows/.github/workflows/tag_charm_edge.yaml@v32.2.1
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.1.0
41+
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v32.2.1
4242
with:
4343
track: ${{ needs.tag.outputs.track }}
4444
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}

0 commit comments

Comments
 (0)