Skip to content

Commit

Permalink
Update canonical/charming-actions action to v2.2.5 (#127)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 5, 2023
1 parent d74cd70 commit 5ce93a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
fetch-depth: 0
- name: Check libs
uses: canonical/charming-actions/[email protected].2
uses: canonical/charming-actions/[email protected].5
with:
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
with:
fetch-depth: 0
- name: Select charmhub channel
uses: canonical/charming-actions/[email protected].2
uses: canonical/charming-actions/[email protected].5
id: channel
- name: Release any bumped charm libs
uses: canonical/charming-actions/[email protected].2
uses: canonical/charming-actions/[email protected].5
with:
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Upload charm to charmhub
uses: canonical/charming-actions/[email protected].2
uses: canonical/charming-actions/[email protected].5
with:
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 5ce93a2

Please sign in to comment.