diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0d39adb..a1a4265 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v17 + uses: DeterminateSystems/nix-installer-action@v18 - name: Run unit tests run: nix develop --command go test -v -coverprofile=coverage.txt ./...