Skip to content

Commit

Permalink
Align with charming-actions@2.5.0-rc (#257)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Bartz <christopher.bartz@canonical.com>
  • Loading branch information
addyess and cbartz authored Feb 12, 2024
1 parent af793d3 commit 2937d82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/promote_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Release charm to channel
uses: canonical/charming-actions/release-charm@2.4.0
uses: canonical/charming-actions/release-charm@2.5.0-rc
with:
credentials: ${{ secrets.CHARMHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
rm -rf .* * || :
cp -rp $TEMP_DIR/. .
rm -rf $TEMP_DIR
- uses: canonical/charming-actions/release-libraries@2.4.0
- uses: canonical/charming-actions/release-libraries@2.5.0-rc
name: Release libs
with:
credentials: ${{ secrets.CHARMHUB_TOKEN }}
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
- name: Get charm file
run: echo "CHARM_FILE=$(ls ${{ env.CHARM_NAME }}_*.charm)" >> $GITHUB_OUTPUT
- name: Upload charm to charmhub
uses: canonical/charming-actions/upload-charm@2.4.0
uses: canonical/charming-actions/upload-charm@2.5.0-rc
with:
built-charm-path: ${{ env.CHARM_FILE }}
credentials: ${{ secrets.CHARMHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ jobs:
- uses: actions/checkout@v4.1.1
- name: Check libs
if: ${{ !github.event.pull_request.head.repo.fork }}
uses: canonical/charming-actions/check-libraries@2.4.0
uses: canonical/charming-actions/check-libraries@2.5.0-rc
with:
credentials: ${{ secrets.CHARMHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2937d82

Please sign in to comment.