Skip to content

Commit

Permalink
Merge pull request #258 from canonical/renovate/auto-github-actions
Browse files Browse the repository at this point in the history
chore(deps): update canonical/charming-actions action to v2.7.0
  • Loading branch information
canonical-iam authored Jan 29, 2025
2 parents fe08592 + 9b97078 commit c143787
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
ref: ${{ inputs.source_branch }}

- name: Select charmhub channel
uses: canonical/charming-actions/channel@934193396735701141a1decc3613818e412da606 # 2.6.3
uses: canonical/charming-actions/channel@1753e0803f70445132e92acd45c905aba6473225 # 2.7.0
id: select-channel
if: ${{ inputs.destination_channel == '' }}

Expand All @@ -72,7 +72,7 @@ jobs:
channel: latest/stable

- name: Upload charm to charmhub
uses: canonical/charming-actions/upload-charm@934193396735701141a1decc3613818e412da606 # 2.6.3
uses: canonical/charming-actions/upload-charm@1753e0803f70445132e92acd45c905aba6473225 # 2.7.0
with:
credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Release charm to channel
uses: canonical/charming-actions/release-charm@934193396735701141a1decc3613818e412da606 # 2.6.3
uses: canonical/charming-actions/release-charm@1753e0803f70445132e92acd45c905aba6473225 # 2.7.0
with:
credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c143787

Please # to comment.