Skip to content

Commit

Permalink
chore: bump canonical/charming-actions from 2.6.2 to 2.6.3 in the git…
Browse files Browse the repository at this point in the history
…hub_actions group (#231)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 849b46b commit d7b1acf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check-libraries:
runs-on: ubuntu-22.04
steps:
- uses: canonical/charming-actions/[email protected].2
- uses: canonical/charming-actions/[email protected].3
with:
credentials: "${{ secrets.CHARMCRAFT_AUTH }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
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/[email protected].2
uses: canonical/charming-actions/[email protected].3
with:
credentials: ${{ secrets.CHARMCRAFT_AUTH }}
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 @@ -33,11 +33,11 @@ jobs:
run: echo "charm_path=$(find . -name '*.charm' -type f -print)" >> $GITHUB_OUTPUT

- name: Select Charmhub channel
uses: canonical/charming-actions/[email protected].2
uses: canonical/charming-actions/[email protected].3
id: channel

- name: Upload charm to Charmhub
uses: canonical/charming-actions/[email protected].2
uses: canonical/charming-actions/[email protected].3
with:
built-charm-path: ${{ steps.charm-path.outputs.charm_path }}
credentials: "${{ secrets.CHARMCRAFT_AUTH }}"
Expand Down

0 comments on commit d7b1acf

Please sign in to comment.