From 500479bdd4385bf0dc2f78da8a6ee9b39effdbd8 Mon Sep 17 00:00:00 2001 From: Carl Csaposs Date: Thu, 30 Mar 2023 18:00:08 +0000 Subject: [PATCH] Update build_charms_with_cache.yaml to v2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `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 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be475fc..6e608ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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