diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 33ab0f75..e146c942 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 == '' }} @@ -56,7 +56,7 @@ jobs: channel: latest/stable - 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 5e627be4..dce0dfc2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 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 }}