Skip to content

Commit 7e22c7e

Browse files
Update canonical/data-platform-workflows action to v36
1 parent f660c4f commit 7e22c7e

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/approve_renovate_pr.yaml@v35.0.2
13+
uses: canonical/data-platform-workflows/.github/workflows/approve_renovate_pr.yaml@v36.0.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@v35.0.2
19+
uses: canonical/data-platform-workflows/.github/workflows/check_charm_pr.yaml@v36.0.1

.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@v35.0.2
30+
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v36.0.1
3131

3232
unit-test:
3333
name: Unit test charm
@@ -63,7 +63,7 @@ jobs:
6363

6464
build:
6565
name: Build charm
66-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v35.0.2
66+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v36.0.1
6767

6868
integration-test:
6969
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@v35.0.2
28+
uses: canonical/data-platform-workflows/.github/workflows/_promote_charm.yaml@v36.0.1
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/release_charm_edge.yaml@v35.0.2
47+
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v36.0.1
4848
with:
4949
track: 14
5050
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}

0 commit comments

Comments
 (0)