Skip to content

Commit c0a37e2

Browse files
Update canonical/charming-actions action to v2.7.0 (#841)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 02fc431 commit c0a37e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lib-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929
- name: Check libs
30-
uses: canonical/charming-actions/check-libraries@2.6.3
30+
uses: canonical/charming-actions/check-libraries@2.7.0
3131
with:
3232
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
3333
github-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737
- name: Release charm libraries
38-
uses: canonical/charming-actions/release-libraries@2.6.3
38+
uses: canonical/charming-actions/release-libraries@2.7.0
3939
with:
4040
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
4141
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)