diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index ddf9332..8122a19 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.0.0-rc + uses: canonical/charming-actions/check-libraries@2.1.1 with: credentials: "${{ secrets.charmcraft-credentials }}" github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 7350fe4..2655770 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.0.0-rc + uses: canonical/charming-actions/channel@2.1.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.0.0-rc + uses: canonical/charming-actions/upload-charm@2.1.1 with: credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }} github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2d7c41b..d668818 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Release charm to channel - uses: canonical/charming-actions/release-charm@2.0.0-rc + uses: canonical/charming-actions/release-charm@2.1.1 with: credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }} github-token: ${{ secrets.GITHUB_TOKEN }}