From 3bc10764ed714d6e73f244d210e6b8d5b6071f4e Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 10:27:12 +0000 Subject: [PATCH 1/3] chore(updatecli): install Updatecli update gha workflow v0.121.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/updatecli_update.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index 6757b5f0..ee133a63 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -34,6 +34,7 @@ jobs: uses: "actions/setup-node@820762786026740c76f36085b0efc47a31fe5020" # v7.0.0 with: node-version-file: "package.json" + package-manager-cache: false id: node - name: "Run updatecli" run: updatecli compose apply --clean-git-branches=true ${{ matrix.apply_args }} --experimental From 6653a8dce8ac65b77dadf2548de0e5ffd2e27154 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 10:27:15 +0000 Subject: [PATCH 2/3] chore(updatecli): install Updatecli gha workflow v0.121.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index c7d07afc..ae6f121b 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -22,6 +22,7 @@ jobs: uses: "actions/setup-node@820762786026740c76f36085b0efc47a31fe5020" # v7.0.0 with: node-version-file: "package.json" + package-manager-cache: false id: node - name: "Run updatecli" run: updatecli compose apply --clean-git-branches=true --experimental From 76e60c87fe04b46cc6c82f1736947da492a4aea6 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 10:27:17 +0000 Subject: [PATCH 3/3] chore(updatecli): install Updatecli test gha workflow v0.121.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/updatecli_test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/updatecli_test.yaml b/.github/workflows/updatecli_test.yaml index b6b26b45..6dd87393 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -20,6 +20,7 @@ jobs: uses: "actions/setup-node@820762786026740c76f36085b0efc47a31fe5020" # v7.0.0 with: node-version-file: "package.json" + package-manager-cache: false id: node - name: "Test updatecli in dry-run mode" run: "updatecli compose diff"