summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-18 20:56:29 +0000
committerseth <[email protected]>2023-12-18 20:53:52 -0500
commitfac54b1e708f3c72c1b945a14986e836f6068076 (patch)
tree7c3fc569a5f5fc6e41a743fd6839365fc8d57a0e /.github/workflows/ci.yaml
parentece4cceed7a02d40343a863cf9da491f035635c9 (diff)
actions: bump cachix/cachix-action from 12 to 13
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 12 to 13. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v12...v13) --- 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.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index d927c48..e004fd3 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -56,7 +56,7 @@ jobs:
extra-conf: "extra-platforms = aarch64-linux arm-linux"
- name: Setup Cachix
- uses: cachix/cachix-action@v12
+ uses: cachix/cachix-action@v13
with:
name: getchoo
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
@@ -81,7 +81,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v9
- name: Setup Cachix
- uses: cachix/cachix-action@v12
+ uses: cachix/cachix-action@v13
with:
name: getchoo
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}