Skip to content

Commit

Permalink
chore(deps): update canonical/charming-actions action to v2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent b2e3ec4 commit f4b5a99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/agent-charm-release-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Upload charm to charmhub
uses: canonical/charming-actions/upload-charm@2.6.0
uses: canonical/charming-actions/upload-charm@2.6.3
with:
charm-path: agent/charms/testflinger-agent-charm
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agent-host-charm-release-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Upload charm to charmhub
uses: canonical/charming-actions/upload-charm@2.6.0
uses: canonical/charming-actions/upload-charm@2.6.3
with:
charm-path: agent/charms/testflinger-agent-host-charm
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server-charm-check-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Check libraries
uses: canonical/charming-actions/check-libraries@2.4.0
uses: canonical/charming-actions/check-libraries@2.6.3
with:
charm-path: server/charm
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server-charm-release-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Upload charm to charmhub
uses: canonical/charming-actions/upload-charm@2.4.0
uses: canonical/charming-actions/upload-charm@2.6.3
with:
charm-path: server/charm
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
Expand Down

0 comments on commit f4b5a99

Please # to comment.