Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
chore(deps): update canonical/charming-actions action to v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 8, 2024
1 parent 78639dc commit 4faac0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
fetch-depth: 0
- name: Check libs
uses: canonical/charming-actions/check-libraries@19db2e9c9da186f64b38b95d8e7e57229f3362da # 2.6.0
uses: canonical/charming-actions/check-libraries@e924d251d7b924767820049a2aa6244ed050b2aa # 2.6.1
with:
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
with:
fetch-depth: 0
- name: Select charmhub channel
uses: canonical/charming-actions/channel@19db2e9c9da186f64b38b95d8e7e57229f3362da # 2.6.0
uses: canonical/charming-actions/channel@e924d251d7b924767820049a2aa6244ed050b2aa # 2.6.1
id: channel
- name: Upload charm to charmhub
uses: canonical/charming-actions/upload-charm@19db2e9c9da186f64b38b95d8e7e57229f3362da # 2.6.0
uses: canonical/charming-actions/upload-charm@e924d251d7b924767820049a2aa6244ed050b2aa # 2.6.1
with:
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 4faac0b

Please sign in to comment.