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