Skip to content

Commit 686de7b

Browse files
chore(deps): update canonical/charming-actions action to v2.6.3
1 parent f6562a9 commit 686de7b

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
@@ -31,7 +31,7 @@ jobs:
3131
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
3232
touch requirements.txt
3333
- name: Check libs
34-
uses: canonical/charming-actions/[email protected].2
34+
uses: canonical/charming-actions/[email protected].3
3535
with:
3636
credentials: ${{ secrets.CHARMHUB_TOKEN }}
3737
github-token: ${{ secrets.GITHUB_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
# NOTE: CHARMHUB_TOKEN is only allowed in latest/edge, latest/candidate
2525
credentials: "${{ secrets.CHARMHUB_TOKEN }}"

0 commit comments

Comments
 (0)