summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-15 10:27:15 +0000
committerseth <[email protected]>2024-01-15 17:14:49 -0500
commita1a0f50963acb69b487b60f72e125e3792de10ca (patch)
treeddbd02ab41e3518f19620d449dacbc8ec366e641 /.github/workflows
parenta34ee0f208cad0e791e580fbc073a483d6848fab (diff)
actions: bump cachix/cachix-action from 13 to 14
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 13 to 14. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v13...v14) --- 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')
-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 2bea9aa..ddb11bc 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v9
- name: Setup Cachix
- uses: cachix/cachix-action@v13
+ uses: cachix/cachix-action@v14
with:
name: getchoo
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
@@ -48,7 +48,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v9
- name: Setup Cachix
- uses: cachix/cachix-action@v13
+ uses: cachix/cachix-action@v14
with:
name: getchoo
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}