Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/approve_renovate_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:
jobs:
approve-pr:
name: Approve Renovate pull request
uses: canonical/data-platform-workflows/.github/workflows/approve_renovate_pr.yaml@v32.2.3
uses: canonical/data-platform-workflows/.github/workflows/approve_renovate_pr.yaml@v34.0.1
permissions:
pull-requests: write # Needed to approve PR
2 changes: 1 addition & 1 deletion .github/workflows/check_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ on:
jobs:
check-pr:
name: Check pull request
uses: canonical/data-platform-workflows/.github/workflows/check_charm_pr.yaml@v32.2.3
uses: canonical/data-platform-workflows/.github/workflows/check_charm_pr.yaml@v34.0.1
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v32.2.3
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v34.0.1

integration-test:
name: Integration test charm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
jobs:
promote:
name: Promote charm
uses: canonical/data-platform-workflows/.github/workflows/[email protected] # Use v32 after this charm adds refresh v3
uses: canonical/data-platform-workflows/.github/workflows/[email protected] # Use v32+ after this charm adds refresh v3
with:
track: '8.0'
from-risk: ${{ inputs.from-risk }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Release charm
needs:
- ci-tests
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v32.2.3
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v34.0.1
with:
track: '8.0'
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
sync-docs:
name: Sync docs from Discourse
uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v32.2.3
uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v34.0.1
with:
reviewers: a-velasco
permissions:
Expand Down
Loading