Skip to content
Open
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/check_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ on:
jobs:
check-pr:
name: Check pull request
uses: canonical/data-platform-workflows/.github/workflows/check_charm_pr.yaml@v49.0.1
uses: canonical/data-platform-workflows/.github/workflows/check_charm_pr.yaml@v49.0.5
permissions: {}
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
lint-workflows:
name: Lint .github/workflows
uses: canonical/data-platform-workflows/.github/workflows/lint_workflows.yaml@v49.0.1
uses: canonical/data-platform-workflows/.github/workflows/lint_workflows.yaml@v49.0.5
permissions:
contents: read

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- .
- tests/integration/application
name: Build charm | ${{ matrix.path }}
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v49.0.1
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v49.0.5
with:
path-to-charm-directory: ${{ matrix.path }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Setup python 3.12
uses: actions/setup-python@v6
with:
python-version: "3.12"
python-version: "3.14"
- name: Set up environment
timeout-minutes: 5
run: sudo snap install charmcraft --classic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:
jobs:
promote:
name: Promote charm revisions
uses: canonical/data-platform-workflows/.github/workflows/_promote_charms.yaml@v49.0.1
uses: canonical/data-platform-workflows/.github/workflows/_promote_charms.yaml@v49.0.5
with:
revisions: ${{ inputs.revisions }}
track: ${{ inputs.track }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
tag:
name: Create charm refresh compatibility version git tag
uses: canonical/data-platform-workflows/.github/workflows/tag_charm_edge.yaml@v49.0.1
uses: canonical/data-platform-workflows/.github/workflows/tag_charm_edge.yaml@v49.0.5
with:
track: "8"
permissions:
Expand All @@ -29,7 +29,7 @@ jobs:
needs:
- ci-tests
- tag
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v49.0.1
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v49.0.5
with:
track: ${{ needs.tag.outputs.track }}
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}
Expand Down
Loading