From e75eb0b1a7669c945dabb6b4ba8cfe583697533b Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Sat, 13 Aug 2022 00:25:31 +0200 Subject: [PATCH] Update pull-request.yaml (#341) --- .github/workflows/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index c6c2518b..453d40af 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - name: Check libs - uses: canonical/charming-actions/check-libraries@1.0.1-rc + uses: canonical/charming-actions/check-libraries@2.0.0-rc2 with: credentials: "${{ secrets.CHARMHUB_TOKEN }}" github-token: "${{ secrets.GITHUB_TOKEN }}"