From a02a92f24b06b90cd9e97d9b2a81d6d215285d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 11:19:09 -0400 Subject: [PATCH] chore: bump canonical/charming-actions from 2.6.2 to 2.6.3 (#73) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check-libraries.yaml | 2 +- .github/workflows/promote.yaml | 2 +- .github/workflows/publish-charm.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-libraries.yaml b/.github/workflows/check-libraries.yaml index 739e4fc..c627d8b 100644 --- a/.github/workflows/check-libraries.yaml +++ b/.github/workflows/check-libraries.yaml @@ -13,7 +13,7 @@ jobs: check-libraries: runs-on: ubuntu-22.04 steps: - - uses: canonical/charming-actions/check-libraries@2.6.2 + - uses: canonical/charming-actions/check-libraries@2.6.3 with: credentials: "${{ secrets.CHARMCRAFT_AUTH }}" github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/promote.yaml b/.github/workflows/promote.yaml index 8437345..e3e43fd 100644 --- a/.github/workflows/promote.yaml +++ b/.github/workflows/promote.yaml @@ -42,7 +42,7 @@ jobs: echo "promote-to=stable" >> ${GITHUB_ENV} fi - name: Promote Charm - uses: canonical/charming-actions/release-charm@2.6.2 + uses: canonical/charming-actions/release-charm@2.6.3 with: base-channel: 22.04 credentials: ${{ secrets.CHARMCRAFT_AUTH }} diff --git a/.github/workflows/publish-charm.yaml b/.github/workflows/publish-charm.yaml index f4adab1..f6ae252 100644 --- a/.github/workflows/publish-charm.yaml +++ b/.github/workflows/publish-charm.yaml @@ -46,7 +46,7 @@ jobs: if: ${{inputs.branch-name}} != "" - name: Upload charm to Charmhub - uses: canonical/charming-actions/upload-charm@46fe0c6d63324b5f74ce0e65d6ab47051953cc48 + uses: canonical/charming-actions/upload-charm@934193396735701141a1decc3613818e412da606 with: built-charm-path: ${{ steps.charm-path.outputs.charm_path }} credentials: "${{ secrets.CHARMCRAFT_AUTH }}"