Skip to content

Commit 60ef1ac

Browse files
Merge pull request #327 from canonical/renovate/auto-github-actions
chore(deps): update canonical/charming-actions action to v2.7.0
2 parents 80e34b8 + 69d813a commit 60ef1ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
ref: ${{ inputs.source_branch }}
5353

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

@@ -72,7 +72,7 @@ jobs:
7272
channel: latest/stable
7373

7474
- name: Upload charm to charmhub
75-
uses: canonical/charming-actions/upload-charm@934193396735701141a1decc3613818e412da606 # 2.6.3
75+
uses: canonical/charming-actions/upload-charm@1753e0803f70445132e92acd45c905aba6473225 # 2.7.0
7676
with:
7777
credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
7878
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020
- name: Release charm to channel
21-
uses: canonical/charming-actions/release-charm@934193396735701141a1decc3613818e412da606 # 2.6.3
21+
uses: canonical/charming-actions/release-charm@1753e0803f70445132e92acd45c905aba6473225 # 2.7.0
2222
with:
2323
credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
2424
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)