From c821b4a3c9d10681ddcff6dddf1808f2567d7535 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 17:04:25 +0300 Subject: [PATCH] chore(deps): update canonical/charming-actions action to v2.6.2 (#506) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Orfeas Kourkakis --- .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 2d8c0bd2..b09a8d78 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 2c687365..57fc88dc 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 }}