From 0ed47324e135f65b52584b64ec1cb74954665fc5 Mon Sep 17 00:00:00 2001 From: Dmitry Ratushnyy Date: Wed, 27 Sep 2023 09:51:07 +0200 Subject: [PATCH] Pin charmcaft version --- .github/workflows/integration.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index ba2ab23..11431c4 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -21,6 +21,9 @@ jobs: env: [integration, ha-integration, tls-integration] fail-fast: false steps: + - name: Pin charmcraft version + run: | + sudo snap install charmcraft --classic --revision 1349 - name: Checkout repository uses: actions/checkout@v3 - name: Setup operator environment