Skip to content

Commit 1872cc7

Browse files
Switch to charmcraft stable (#745)
1 parent ac5df63 commit 1872cc7

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
build:
5151
name: Build charm
5252
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.0.3
53-
with:
54-
charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
5553

5654
integration-test:
5755
strategy:

.github/workflows/lib-check.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
- name: Check libs
3030
uses: canonical/charming-actions/check-libraries@2.6.3
3131
with:
32-
charmcraft-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
3332
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
3433
github-token: "${{ secrets.GITHUB_TOKEN }}"
3534

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
- ci-tests
3030
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v29.0.3
3131
with:
32-
charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
3332
channel: 14/edge
3433
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}
3534
secrets:

0 commit comments

Comments
 (0)