Skip to content

Commit

Permalink
chore: Bump canonical/charming-actions in the github_actions group
Browse files Browse the repository at this point in the history
Bumps the github_actions group with 1 update: [canonical/charming-actions](https://github.com/canonical/charming-actions).


Updates `canonical/charming-actions` from 2.5.0.pre.rc to 2.6.0
- [Release notes](https://github.com/canonical/charming-actions/releases)
- [Commits](canonical/charming-actions@2.5.0-rc...2.6.0)

---
updated-dependencies:
- dependency-name: canonical/charming-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github_actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 3, 2024
1 parent 59b7c7a commit 83857a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.5.0-rc
uses: canonical/charming-actions/release-charm@2.6.0
with:
base-channel: 22.04
credentials: ${{ secrets.CHARMCRAFT_AUTH }}
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 @@ -26,11 +26,11 @@ jobs:
run: echo "charm_path=$(find . -name '*.charm' -type f -print)" >> $GITHUB_OUTPUT

- name: Select Charmhub channel
uses: canonical/charming-actions/channel@2.5.0-rc
uses: canonical/charming-actions/channel@2.6.0
id: channel

- name: Upload charm to Charmhub
uses: canonical/charming-actions/upload-charm@2.5.0-rc
uses: canonical/charming-actions/upload-charm@2.6.0
with:
built-charm-path: ${{ steps.charm-path.outputs.charm_path }}
credentials: "${{ secrets.CHARMCRAFT_AUTH }}"
Expand Down

0 comments on commit 83857a2

Please sign in to comment.