From 39104ab41c8b41259a3d63f508ded9204f524761 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 01:06:30 +0000 Subject: [PATCH] Update canonical/charming-actions action to v2.6.3 --- .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 4c14fa29..8f36f6ce 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,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 }} github-token: ${{ secrets.GITHUB_TOKEN }}