summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-13 17:43:48 -0400
committerGitHub <[email protected]>2025-03-13 17:43:48 -0400
commitba5a17a9f9f34705132a2691589b01af4e2a7502 (patch)
tree9c13ea549a0a8ab2f135eefc73533a52774aaa03 /.github/workflows/ci.yaml
parentf384280d62075bec033494d2e97e64d79599b23b (diff)
ci: bump cachix/cachix-action from 15 to 16 (#142)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 46e85f9..a606b5a 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -33,7 +33,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v16
- name: Setup Cachix
- uses: cachix/cachix-action@v15
+ uses: cachix/cachix-action@v16
with:
name: getchoo
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}