From a37e3411d5cccf87c02d67a4ddce6a55fd31bbd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 21:52:55 +0000 Subject: [PATCH] ci(tools): update cachix/cachix-action action to v17 --- .github/workflows/release.yml | 2 +- .github/workflows/testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 00d0b0c..a3793fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: experimental-features = nix-command flakes - name: Enable cachix - uses: cachix/cachix-action@v16 + uses: cachix/cachix-action@v17 with: name: devenv diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f1b29ab..df81dc4 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -29,7 +29,7 @@ jobs: experimental-features = nix-command flakes - name: Enable cachix - uses: cachix/cachix-action@v16 + uses: cachix/cachix-action@v17 with: name: devenv