From 1947ee0f99ade736f60081d6fdd5c2a7ce0b8173 Mon Sep 17 00:00:00 2001 From: Carl Csaposs Date: Tue, 14 Jan 2025 11:18:05 +0100 Subject: [PATCH] Fix check-libs charmcraft channel --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f5e18486f..54ce952d9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,6 +57,7 @@ jobs: - name: Check libs uses: canonical/charming-actions/check-libraries@2.6.3 with: + charmcraft-channel: latest/beta/data-platform # TODO: remove after charmcraft 3.3 stable release credentials: "${{ secrets.CHARMHUB_TOKEN }}" github-token: "${{ secrets.GITHUB_TOKEN }}" use-labels: false