summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-17 10:41:31 +0000
committerSeth Flynn <[email protected]>2025-03-31 23:33:37 -0400
commitf3342fc874dcc1b34c3d4e2bd6c74972a12442f2 (patch)
tree7d53faffa83a384f21a4965341914b692ad56fdd /.github/workflows/ci.yaml
parent1bbdfe780f66749bd62c85720976bb7c5d88145f (diff)
ci: bump cachix/cachix-action from 15 to 16
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 15 to 16. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v15...v16) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 4f8bff3..36b9567 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -45,7 +45,7 @@ jobs:
uses: cachix/install-nix-action@v31
- name: Setup Cachix
- uses: cachix/cachix-action@v15
+ uses: cachix/cachix-action@v16
with:
name: getchoo
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}