From a01d7269c568bf241a87b7c439fd0ed9148cb21c Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:06:03 +0000 Subject: [PATCH 1/3] chore(updatecli): install Updatecli gha workflow v0.120.1 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 bcbd63c9..2d34682e 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 f6bd4eb8fe046de581a116474f851bff1de2bf50 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:06:05 +0000 Subject: [PATCH 2/3] chore(updatecli): install Updatecli test gha workflow v0.120.1 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 60bc8bf9..5b9da2b6 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" From 055667fac108b63ccacbb996124b02679247b82c Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:06:07 +0000 Subject: [PATCH 3/3] chore(updatecli): install Updatecli update gha workflow v0.120.1 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 267583d4..4bea9fc4 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