Skip to content

Commit c89ddce

Browse files
Update canonical/charming-actions action to v2.7.0
1 parent e1be970 commit c89ddce

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
@@ -51,7 +51,7 @@ jobs:
5151
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
5252
touch requirements.txt
5353
- name: Check libs
54-
uses: canonical/charming-actions/check-libraries@2.6.3
54+
uses: canonical/charming-actions/check-libraries@2.7.0
5555
with:
5656
credentials: ${{ secrets.CHARMHUB_TOKEN }}
5757
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728
2222
touch requirements.txt
2323
- name: Check libs
24-
uses: canonical/charming-actions/check-libraries@2.6.3
24+
uses: canonical/charming-actions/check-libraries@2.7.0
2525
with:
2626
credentials: ${{ secrets.CHARMHUB_TOKEN }} # FIXME: current token will expire in 2023-07-04
2727
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)