Skip to content

Commit f81f9f3

Browse files
Update canonical/data-platform-workflows action to v32.2.3
1 parent 0c7044a commit f81f9f3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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
@@ -15,4 +15,4 @@ on:
1515
jobs:
1616
check-pr:
1717
name: Check pull request
18-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
18+
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
@@ -24,7 +24,7 @@ on:
2424
jobs:
2525
lint:
2626
name: Lint
27-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
27+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].3
2828

2929
unit-test:
3030
name: Unit test charm
@@ -58,7 +58,7 @@ jobs:
5858

5959
build:
6060
name: Build charm
61-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
61+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].3
6262

6363
integration-test:
6464
name: Integration test charm

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
needs:
4444
- lib-check
4545
- ci-tests
46-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
46+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].3
4747
with:
4848
track: '8.0'
4949
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}

0 commit comments

Comments
 (0)