From 1f7faa0de69da353ad17d0aae6af9845c4d7674c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:24:16 +0000 Subject: [PATCH] Update github-actions non-major dependencies to v1.2.6 (#33709) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build_desktop_prepare.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_desktop_prepare.yaml b/.github/workflows/build_desktop_prepare.yaml index e01065945e..76ab5aa949 100644 --- a/.github/workflows/build_desktop_prepare.yaml +++ b/.github/workflows/build_desktop_prepare.yaml @@ -143,7 +143,7 @@ jobs: - name: "[Release] Fetch release" id: release if: ${{ !inputs.nightly && inputs.version != 'develop' }} - uses: cardinalby/git-get-release-action@5172c3a026600b1d459b117738c605fabc9e4e44 # 1.2.5 + uses: cardinalby/git-get-release-action@2ab178299eecb253f820dcf2cce11f62be1178f7 # 1.2.6 env: GITHUB_TOKEN: ${{ github.token }} with: