From 2ab352117906959d8d22c6377ca556022e3f3a17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 01:16:03 +0000 Subject: [PATCH] Update canonical/charming-actions action to v2.7.0 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2fc64425d..555ac58f5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: # Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728 touch requirements.txt - name: Release charm libraries - uses: canonical/charming-actions/release-libraries@2.6.3 + uses: canonical/charming-actions/release-libraries@2.7.0 with: credentials: ${{ secrets.CHARMHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}