diff --git a/.github/workflows/dotnet.yaml b/.github/workflows/dotnet.yaml index 2b315fd..e8443d0 100644 --- a/.github/workflows/dotnet.yaml +++ b/.github/workflows/dotnet.yaml @@ -28,7 +28,7 @@ jobs: with: fetch-depth: 0 # so that NerdBank.GitVersioning has access to history - name: Install Nix - uses: cachix/install-nix-action@v30 + uses: cachix/install-nix-action@v31 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}