Skip to content

Commit

Permalink
Update canonical/charming-actions action to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2025
1 parent cce3c57 commit 29eaf56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@v2

- name: Upload charm to charmhub
uses: canonical/charming-actions/upload-charm@2.6.3
uses: canonical/charming-actions/upload-charm@2.7.0
with:
charm-path: "backend/charm"
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Upload charm to charmhub
uses: canonical/charming-actions/upload-charm@2.6.3
uses: canonical/charming-actions/upload-charm@2.7.0
with:
charm-path: "frontend/charm"
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
Expand Down

0 comments on commit 29eaf56

Please sign in to comment.