From 0008df5e8fe0c8f39341d65bb95fb029eb070905 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 18:49:44 +0000 Subject: [PATCH] chore(deps): update dependency cachix/cachix-action to v17 --- .github/workflows/ci.yaml | 2 +- dev/flake-module.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";