From 8fd440105e13d3656cc86ec4adfdc97c5c6ae9a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:55:39 +0300 Subject: [PATCH] chore(deps): update canonical/charming-actions action to v2.6.2 (#140) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 5fb416f..3cf5a01 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,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 }}