diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index bf69573..e91781a 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.7.0 with: credentials: "${{ secrets.charmcraft-credentials }}" github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1a08e5e..2bdc4a7 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.7.0 id: select-channel if: ${{ inputs.destination_channel == '' }} @@ -89,7 +89,7 @@ jobs: channel: latest/stable - name: Upload charm to charmhub - uses: canonical/charming-actions/upload-charm@2.6.2 + uses: canonical/charming-actions/upload-charm@2.7.0 with: credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }} github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cdc19cb..8c42d62 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Release charm to channel - uses: canonical/charming-actions/release-charm@2.3.0 + uses: canonical/charming-actions/release-charm@2.7.0 with: credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }} github-token: ${{ secrets.GITHUB_TOKEN }}