Skip to content

Commit 7d5db01

Browse files
chore(deps): update canonical/charming-actions action to v2.6.3
1 parent 8e149e7 commit 7d5db01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
ref: ${{ inputs.source_branch }}
5959

6060
- name: Select charmhub channel
61-
uses: canonical/charming-actions/channel@2.6.2
61+
uses: canonical/charming-actions/channel@2.6.3
6262
id: select-channel
6363
if: ${{ inputs.destination_channel == '' }}
6464

@@ -84,7 +84,7 @@ jobs:
8484
echo "::set-output name=tag_prefix::$tag_prefix"
8585
8686
- name: Upload charm to charmhub
87-
uses: canonical/charming-actions/upload-charm@2.6.2
87+
uses: canonical/charming-actions/upload-charm@2.6.3
8888
with:
8989
credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
9090
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v3
2323
- name: Release charm to channel
24-
uses: canonical/charming-actions/release-charm@2.6.2
24+
uses: canonical/charming-actions/release-charm@2.6.3
2525
with:
2626
credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
2727
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)