Skip to content

Commit

Permalink
Update build_charms_with_cache.yaml to v2
Browse files Browse the repository at this point in the history
`v2` is currently the latest version of canonical/data-platform-workflows

Old major versions do **not** receive backported bug fixes (e.g. [this one](https://github.com/canonical/data-platform-workflows/releases/tag/v2.0.3))

There were no breaking changes to build_charms_with_cache.yaml in v2 ([changelog](https://github.com/canonical/data-platform-workflows/releases/tag/v2.0.0))—a breaking change was made to a different workflow, but all workflows in the repository share the same version number
  • Loading branch information
carlcsaposs-canonical authored Mar 30, 2023
1 parent d41c339 commit 500479b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

build:
name: Build charms
uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v1
uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v2
with:
artifact-name: charm-packed

Expand Down

0 comments on commit 500479b

Please sign in to comment.