From 5559284d868ce095a4ca609e6d45a112d080650e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 21:12:20 +0000 Subject: [PATCH] chore(deps): update cachix/cachix-action action to v17 --- .github/workflows/build.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ded7b8..56345c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v6 - uses: cachix/install-nix-action@1ca7d21a94afc7c957383a2d217460d980de4934 # v31 - - uses: cachix/cachix-action@v16 + - uses: cachix/cachix-action@v17 with: name: nixpkgs-python authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index e569084..804d2e9 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -22,7 +22,7 @@ jobs: - name: Install Nix uses: cachix/install-nix-action@1ca7d21a94afc7c957383a2d217460d980de4934 # v31 - name: Install Cachix - uses: cachix/cachix-action@v16 + uses: cachix/cachix-action@v17 with: name: nixpkgs-python extraPullNames: devenv