From 05af45872676e12a2b3685b7957cf7f63140cc4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 09:02:08 +0000 Subject: [PATCH] Bump crazy-max/ghaction-github-runtime action to v4 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ebfd856a..8595c6e8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: uses: docker/setup-buildx-action@v4.1.0 - name: Export runtime - uses: crazy-max/ghaction-github-runtime@v3.1.0 + uses: crazy-max/ghaction-github-runtime@v4.0.0 - name: Cake build run: dotnet tool restore && dotnet cake --verbosity=verbose --publish=true