Skip to content

Commit

Permalink
chore: bump canonical/charming-actions from 2.6.2 to 2.6.3 (#73)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 31, 2024
1 parent c07a307 commit a02a92f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
check-libraries:
runs-on: ubuntu-22.04
steps:
- uses: canonical/charming-actions/check-libraries@2.6.2
- uses: canonical/charming-actions/check-libraries@2.6.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 @@ -42,7 +42,7 @@ jobs:
echo "promote-to=stable" >> ${GITHUB_ENV}
fi
- name: Promote Charm
uses: canonical/charming-actions/release-charm@2.6.2
uses: canonical/charming-actions/release-charm@2.6.3
with:
base-channel: 22.04
credentials: ${{ secrets.CHARMCRAFT_AUTH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: ${{inputs.branch-name}} != ""

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

0 comments on commit a02a92f

Please sign in to comment.