From a3f804c9b43293ede57788ae929ecbf08deef402 Mon Sep 17 00:00:00 2001 From: Natasha Ho Date: Thu, 4 Aug 2022 10:37:40 -0400 Subject: [PATCH] update charming action version --- .github/workflows/integration.yaml | 2 +- .github/workflows/publish.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index cd771042..d7bb4d9f 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 - name: Check libs - uses: canonical/charming-actions/check-libraries@1.0.3 + uses: canonical/charming-actions/check-libraries@2.0.0-rc with: charm-path: ./charms/${{ matrix.charm }} credentials: "${{ secrets.charmcraft-credentials }}" diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2cd74021..ea2dd16c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -23,10 +23,10 @@ jobs: with: fetch-depth: 0 - name: Select charmhub channel - uses: canonical/charming-actions/channel@1.0.3 + uses: canonical/charming-actions/channel@2.0.0-rc id: channel - name: Upload charm to charmhub - uses: canonical/charming-actions/upload-charm@1.0.3 + uses: canonical/charming-actions/upload-charm@2.0.0-rc with: credentials: ${{ secrets.charmcraft-credentials }} github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6cb93d79..6e171da8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Release charm to channel - uses: canonical/charming-actions/release-charm@1.0.3 + uses: canonical/charming-actions/release-charm@2.0.0-rc with: credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }} github-token: ${{ secrets.GITHUB_TOKEN }}