Skip to content

Commit

Permalink
Update canonical/charming-actions action to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 20, 2023
1 parent b5c647a commit 5baac49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Move charm in current directory
run: find ./ -name httpreq-acme-operator_ubuntu-22.04-amd64.charm -exec mv -t ./ {} \;
- name: Select Charmhub channel
uses: canonical/charming-actions/channel@2.2.5
uses: canonical/charming-actions/channel@2.4.0
id: channel
- name: Upload charm to Charmhub
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "promote-to=stable" >> ${GITHUB_ENV}
fi
- name: Promote Charm
uses: canonical/charming-actions/release-charm@2.2.5
uses: canonical/charming-actions/release-charm@2.4.0
with:
base-channel: 22.04
credentials: ${{ secrets.CHARMHUB_TOKEN }}
Expand Down

0 comments on commit 5baac49

Please sign in to comment.