diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e1edae0..a7458fb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ jobs: with: extra_nix_config: | max-jobs = auto - - uses: cachix/cachix-action@v16 + - uses: cachix/cachix-action@v17 with: authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} extraPullNames: cuda-maintainers diff --git a/dev/flake-module.nix b/dev/flake-module.nix index 77be283..0dd1743 100644 --- a/dev/flake-module.nix +++ b/dev/flake-module.nix @@ -53,7 +53,7 @@ }; } { - uses = "cachix/cachix-action@v16"; + uses = "cachix/cachix-action@v17"; "with" = { useDaemon = true; name = "terlar";