diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 53b161f9..792538da 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -38,7 +38,7 @@ jobs: ref: ${{ inputs.source_branch }} - name: Select CharmHub channel - uses: canonical/charming-actions/channel@46fe0c6d63324b5f74ce0e65d6ab47051953cc48 # 2.6.2 + uses: canonical/charming-actions/channel@934193396735701141a1decc3613818e412da606 # 2.6.3 id: select-channel if: ${{ inputs.destination_channel == '' }} @@ -51,7 +51,7 @@ jobs: echo "::set-output name=destination_channel::$destination_channel" - name: Upload charm to CharmHub - uses: canonical/charming-actions/upload-charm@46fe0c6d63324b5f74ce0e65d6ab47051953cc48 # 2.6.2 + uses: canonical/charming-actions/upload-charm@934193396735701141a1decc3613818e412da606 # 2.6.3 with: credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }} github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8f6cc9f2..64dc9a64 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Release charm to channel - uses: canonical/charming-actions/release-charm@46fe0c6d63324b5f74ce0e65d6ab47051953cc48 # 2.6.2 + uses: canonical/charming-actions/release-charm@934193396735701141a1decc3613818e412da606 # 2.6.3 with: credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }} github-token: ${{ secrets.GITHUB_TOKEN }}