Skip to content

Commit

Permalink
Merge pull request #96 from canonical/renovate/auto-patch-github-actions
Browse files Browse the repository at this point in the history
chore(deps): update canonical/charming-actions action to v2.6.3
  • Loading branch information
canonical-iam authored Aug 30, 2024
2 parents 1058a0d + d7a52f6 commit 6d6e0a2
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 @@ -39,7 +39,7 @@ jobs:
ref: ${{ inputs.source_branch }}

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

Expand All @@ -54,7 +54,7 @@ jobs:
echo "::set-output name=destination_channel::$destination_channel"
- name: Upload charm to charmhub
uses: canonical/charming-actions/upload-charm@46fe0c6d63324b5f74ce0e65d6ab47051953cc48 # 2.6.2
uses: canonical/charming-actions/upload-charm@934193396735701141a1decc3613818e412da606 # 2.6.3
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Release charm to channel
uses: canonical/charming-actions/release-charm@46fe0c6d63324b5f74ce0e65d6ab47051953cc48 # 2.6.2
uses: canonical/charming-actions/release-charm@934193396735701141a1decc3613818e412da606 # 2.6.3
with:
credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6d6e0a2

Please sign in to comment.