Skip to content

Commit 02aa46f

Browse files
Update canonical/charming-actions action to v2.7.0
1 parent 9c46d4b commit 02aa46f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lib-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
tox run -e build-wrapper
3939
mv requirements-last-build.txt requirements.txt
4040
- name: Check libs
41-
uses: canonical/charming-actions/check-libraries@2.6.2
41+
uses: canonical/charming-actions/check-libraries@2.7.0
4242
with:
4343
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
4444
github-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
tox run -e build-wrapper
4646
mv requirements-last-build.txt requirements.txt
4747
- name: Release charm libraries
48-
uses: canonical/charming-actions/release-libraries@2.6.2
48+
uses: canonical/charming-actions/release-libraries@2.7.0
4949
with:
5050
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
5151
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)