From 56d94135f7e1b45031c91b0ea24e226dac02e080 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 21:39:30 -0300 Subject: [PATCH] Update canonical/charming-actions action to v2.6.3 (#155) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [canonical/charming-actions](https://redirect.github.com/canonical/charming-actions) | action | patch | `2.6.0` -> `2.6.3` | --- ### Release Notes
canonical/charming-actions (canonical/charming-actions) ### [`v2.6.3`](https://redirect.github.com/canonical/charming-actions/releases/tag/2.6.3) [Compare Source](https://redirect.github.com/canonical/charming-actions/compare/2.6.2...2.6.3) ##### What's Changed - fix(upload-bundle): Implement the same functionality without using `juju-bundle` by [@​mvlassis](https://redirect.github.com/mvlassis) in [https://github.com/canonical/charming-actions/pull/151](https://redirect.github.com/canonical/charming-actions/pull/151) ##### New Contributors - [@​mvlassis](https://redirect.github.com/mvlassis) made their first contribution in [https://github.com/canonical/charming-actions/pull/151](https://redirect.github.com/canonical/charming-actions/pull/151) **Full Changelog**: https://github.com/canonical/charming-actions/compare/2.6.2...2.6.3 ### [`v2.6.2`](https://redirect.github.com/canonical/charming-actions/releases/tag/2.6.2) [Compare Source](https://redirect.github.com/canonical/charming-actions/compare/2.6.1...2.6.2) #### What's Changed - fix(upload-charm): Use resource revision from upload-resource command by [@​orfeas-k](https://redirect.github.com/orfeas-k) in [https://github.com/canonical/charming-actions/pull/147](https://redirect.github.com/canonical/charming-actions/pull/147) #### New Contributors - [@​orfeas-k](https://redirect.github.com/orfeas-k) made their first contribution in [https://github.com/canonical/charming-actions/pull/147](https://redirect.github.com/canonical/charming-actions/pull/147) **Full Changelog**: https://github.com/canonical/charming-actions/compare/2.6.1...2.6.2 ### [`v2.6.1`](https://redirect.github.com/canonical/charming-actions/releases/tag/2.6.1) [Compare Source](https://redirect.github.com/canonical/charming-actions/compare/2.6.0...2.6.1) #### What's Changed - Support charms using charmcraft extensions by [@​weiiwang01](https://redirect.github.com/weiiwang01) in [https://github.com/canonical/charming-actions/pull/142](https://redirect.github.com/canonical/charming-actions/pull/142) #### New Contributors - [@​weiiwang01](https://redirect.github.com/weiiwang01) made their first contribution in [https://github.com/canonical/charming-actions/pull/142](https://redirect.github.com/canonical/charming-actions/pull/142) **Full Changelog**: https://github.com/canonical/charming-actions/compare/2.6.0...2.6.1
--- ### Configuration 📅 **Schedule**: Branch creation - "after 1am and before 3am every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/canonical/mysql-router-operator). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bd1ca0d5..e3fd72fd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,7 +57,7 @@ jobs: # Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728 touch requirements.txt - name: Check libs - uses: canonical/charming-actions/check-libraries@2.6.0 + uses: canonical/charming-actions/check-libraries@2.6.3 with: credentials: "${{ secrets.CHARMHUB_TOKEN }}" # FIXME: current token will expire around 2023-09-23 github-token: "${{ secrets.GITHUB_TOKEN }}"