From 9e3f505f311570da5437f5ff4bcc1394b1885a6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 13:06:57 +0000 Subject: [PATCH] chore(deps): update canonical/charming-actions action to v2.6.2 --- .github/workflows/publish.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2d8c0bd..b09a8d7 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -58,7 +58,7 @@ jobs: ref: ${{ inputs.source_branch }} - name: Select charmhub channel - uses: canonical/charming-actions/channel@2.3.0 + uses: canonical/charming-actions/channel@2.6.2 id: select-channel if: ${{ inputs.destination_channel == '' }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2c68736..57fc88d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Release charm to channel - uses: canonical/charming-actions/release-charm@2.3.0 + uses: canonical/charming-actions/release-charm@2.6.2 with: credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }} github-token: ${{ secrets.GITHUB_TOKEN }}