From 436f8eb0b3f2870ef8147a4b673506437f0d36f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 09:59:53 -0300 Subject: [PATCH] Update canonical/charming-actions action to v2.6.1 (#547) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/lib-check.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lib-check.yaml b/.github/workflows/lib-check.yaml index 7b2db6cffa..ca4baf40ff 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.1 with: credentials: "${{ secrets.CHARMHUB_TOKEN }}" github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 07e1e38921..b800a56ab8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -45,7 +45,7 @@ jobs: tox run -e build-wrapper mv requirements-last-build.txt requirements.txt - name: Release charm libraries - uses: canonical/charming-actions/release-libraries@2.6.0 + uses: canonical/charming-actions/release-libraries@2.6.1 with: credentials: "${{ secrets.CHARMHUB_TOKEN }}" github-token: "${{ secrets.GITHUB_TOKEN }}"