Skip to content

Commit 13ca9c5

Browse files
chore(deps): update canonical/charming-actions action to v2.6.3
1 parent ba1e705 commit 13ca9c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
3636
touch requirements.txt
3737
- name: Check libs
38-
uses: canonical/charming-actions/[email protected].2
38+
uses: canonical/charming-actions/[email protected].3
3939
with:
4040
charmcraft-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
4141
credentials: ${{ secrets.CHARMHUB_TOKEN }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
2020
touch requirements.txt
2121
- name: Check libs
22-
uses: canonical/charming-actions/[email protected].2
22+
uses: canonical/charming-actions/[email protected].3
2323
with:
2424
charmcraft-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
2525
# NOTE: CHARMHUB_TOKEN is only allowed in latest/edge, latest/candidate

0 commit comments

Comments
 (0)