Skip to content

Commit

Permalink
Update workflow versions to lates
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ratushnyy committed Dec 13, 2023
1 parent 7d14db0 commit 7485272
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
matrix:
charms: [".", "tests/integration/ha_tests/application_charm", "tests/integration/relation_tests/application-charm"]
name: Build ${{matrix.charms}} charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v5
uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v8
with:
charmcraft-snap-revision: 1349
path-to-charm-directory: ${{matrix.charms}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_5_edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v6
uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v8
with:
charmcraft-snap-channel: "latest/edge"

Expand All @@ -39,7 +39,7 @@ jobs:
needs:
- ci-tests
- build
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v6
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v8
with:
channel: 5/edge
artifact-name: ${{ needs.build.outputs.artifact-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_issue_to_jira.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
sync:
name: Sync GitHub issue to Jira
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v2
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v8
with:
jira-base-url: https://warthogs.atlassian.net
jira-project-key: DPE
Expand Down

0 comments on commit 7485272

Please sign in to comment.