From 60aecd823601915160e2c42db90fa5fa8c58d620 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 01:15:44 +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 847fa17..1fa60d9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,7 +50,7 @@ jobs: uses: docker/setup-buildx-action@v3.12.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