From c16ec63e0483a58eb80395a413358fc34d9d2f0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 19:31:59 +0000 Subject: [PATCH] chore(deps): update canonical/charm-ci action to v1.0.1 --- .github/workflows/charms_integration.yaml | 2 +- .github/workflows/publish_charms.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/charms_integration.yaml b/.github/workflows/charms_integration.yaml index c47af5ed..cc2ada19 100644 --- a/.github/workflows/charms_integration.yaml +++ b/.github/workflows/charms_integration.yaml @@ -8,7 +8,7 @@ on: jobs: integration-test: - uses: canonical/charm-ci/.github/workflows/integration-test.yml@0eef5b8cbef3ee74907850f790cab64bcf0499e5 # v1.0.0 + uses: canonical/charm-ci/.github/workflows/integration-test.yml@58ae6614a3b143d4e57eff0fd1770e97d8c30fab # v1.0.1 secrets: inherit permissions: contents: read diff --git a/.github/workflows/publish_charms.yml b/.github/workflows/publish_charms.yml index c6693804..c312d786 100644 --- a/.github/workflows/publish_charms.yml +++ b/.github/workflows/publish_charms.yml @@ -10,7 +10,7 @@ on: jobs: publish: - uses: canonical/charm-ci/.github/workflows/publish-artifacts.yml@0eef5b8cbef3ee74907850f790cab64bcf0499e5 # v1.0.0 + uses: canonical/charm-ci/.github/workflows/publish-artifacts.yml@58ae6614a3b143d4e57eff0fd1770e97d8c30fab # v1.0.1 permissions: actions: read contents: write