From 417d83f622c9eb8917dbcffa6111e3301e0652ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 09:53:25 +0000 Subject: [PATCH] chore(deps): update canonical/charming-actions action to v2.4.0 --- .github/workflows/integrate.yaml | 2 +- .github/workflows/publish.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 3a4b6fe..f4d751d 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - name: Check libs - uses: canonical/charming-actions/check-libraries@2.3.0 + uses: canonical/charming-actions/check-libraries@2.4.0 with: credentials: "${{ secrets.charmcraft-credentials }}" github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index aeca9a7..ca8652e 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.4.0 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.3.0 + uses: canonical/charming-actions/upload-charm@2.4.0 with: credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }} github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5fb416f..b1d9198 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.4.0 with: credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }} github-token: ${{ secrets.GITHUB_TOKEN }}