We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fc431 commit c0a37e2Copy full SHA for c0a37e2
.github/workflows/lib-check.yaml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
fetch-depth: 0
29
- name: Check libs
30
- uses: canonical/charming-actions/check-libraries@2.6.3
+ uses: canonical/charming-actions/check-libraries@2.7.0
31
32
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
33
github-token: "${{ secrets.GITHUB_TOKEN }}"
.github/workflows/release.yaml
@@ -35,7 +35,7 @@ jobs:
35
36
37
- name: Release charm libraries
38
- uses: canonical/charming-actions/release-libraries@2.6.3
+ uses: canonical/charming-actions/release-libraries@2.7.0
39
40
41
0 commit comments