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