Skip to content

Commit 60bb8e4

Browse files
Update canonical/data-platform-workflows action to v36
1 parent ebf24f0 commit 60bb8e4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.4
13+
uses: canonical/data-platform-workflows/.github/workflows/approve_renovate_pr.yaml@v36.0.2
1414
permissions:
1515
pull-requests: write # Needed to approve PR

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ on:
2424
jobs:
2525
lint:
2626
name: Lint
27-
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v35.0.4
27+
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v36.0.2
2828

2929
build:
3030
name: Build charm
31-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v35.0.4
31+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v36.0.2
3232

3333
integration-test:
3434
name: Integration test charm

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Release charm
2525
needs:
2626
- ci-tests
27-
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v35.0.4
27+
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v36.0.2
2828
with:
2929
track: latest
3030
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}

0 commit comments

Comments
 (0)