From 949fa53afdeceec909a3c0a70f1e5eae03974e2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 11:34:54 -0300 Subject: [PATCH] Update canonical/charming-actions action to v2.6.2 (#523) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/lib-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lib-check.yaml b/.github/workflows/lib-check.yaml index 2244cf705f..2387873a0b 100644 --- a/.github/workflows/lib-check.yaml +++ b/.github/workflows/lib-check.yaml @@ -38,7 +38,7 @@ jobs: tox run -e build-wrapper mv requirements-last-build.txt requirements.txt - name: Check libs - uses: canonical/charming-actions/check-libraries@2.6.0 + uses: canonical/charming-actions/check-libraries@2.6.2 with: credentials: "${{ secrets.CHARMHUB_TOKEN }}" github-token: "${{ secrets.GITHUB_TOKEN }}"