Skip to content

Commit 9796663

Browse files
Update canonical/data-platform-workflows action to v32.2.3
1 parent 6c6b26d commit 9796663

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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/[email protected].1
13+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].3
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/[email protected].1
19+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].3

.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/[email protected].1
30+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].3
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/[email protected].1
52+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].3
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/[email protected].1
28+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].3
2929
with:
3030
track: '14'
3131
from-risk: ${{ inputs.from-risk }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
name: Release charm
4545
needs:
4646
- ci-tests
47-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
47+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].3
4848
with:
4949
track: 14
5050
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}

0 commit comments

Comments
 (0)