From 026f1a97910b58724b3f70513dea8aa5f6ec5054 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:53:11 +0000 Subject: [PATCH] chore(deps): update canonical/charming-actions action to v2.6.1 --- .github/workflows/publish.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ca8652ee..27c1895d 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.4.0 + uses: canonical/charming-actions/channel@2.6.1 id: select-channel if: ${{ inputs.destination_channel == '' }} @@ -84,7 +84,7 @@ jobs: echo "::set-output name=tag_prefix::$tag_prefix" - name: Upload charm to charmhub - uses: canonical/charming-actions/upload-charm@2.4.0 + uses: canonical/charming-actions/upload-charm@2.6.1 with: credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }} github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5e364228..e0fd5350 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.4.0 + uses: canonical/charming-actions/release-charm@2.6.1 with: credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }} github-token: ${{ secrets.GITHUB_TOKEN }}