diff --git a/.github/workflows/lib-check.yaml b/.github/workflows/lib-check.yaml index 43738ff1c8..2244cf705f 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.4.0 + uses: canonical/charming-actions/check-libraries@2.6.0 with: credentials: "${{ secrets.CHARMHUB_TOKEN }}" github-token: "${{ secrets.GITHUB_TOKEN }}"