Skip to content

Commit

Permalink
Update dependencies (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
taurus-forever authored Jan 26, 2023
1 parent 16989be commit 9735d16
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 77 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0
- name: Check libs
uses: canonical/charming-actions/check-libraries@2.1.1
uses: canonical/charming-actions/check-libraries@2.2.2
with:
# FIXME: CHARMHUB_TOKEN will expire in 2024-01-20
# NOTE: CHARMHUB_TOKEN is only allowed in latest/edge, latest/candidate
Expand All @@ -39,10 +39,10 @@ jobs:
with:
fetch-depth: 0
- name: Select charmhub channel
uses: canonical/charming-actions/channel@2.1.1
uses: canonical/charming-actions/channel@2.2.2
id: channel
- name: Upload charm to charmhub
uses: canonical/charming-actions/upload-charm@2.1.1
uses: canonical/charming-actions/upload-charm@2.2.2
with:
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
Loading

0 comments on commit 9735d16

Please sign in to comment.