aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot]2024-01-16 05:13:12 +0000
committerGitHub2024-01-16 05:13:12 +0000
commiteef46b1aeda8b7061657622c19867663193ecb4c (patch)
treeeaae38e9a311709c3587c123776494946ca564fa
parentbd9eef1f90409fda5790e4b560ef68b7f9df672a (diff)
build(deps): bump cachix/cachix-action from 13 to 14 (#9347)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/cachix.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cachix.yml b/.github/workflows/cachix.yml
index 08f24e1e..57f0a0db 100644
--- a/.github/workflows/cachix.yml
+++ b/.github/workflows/cachix.yml
@@ -17,7 +17,7 @@ jobs:
uses: cachix/install-nix-action@v25
- name: Authenticate with Cachix
- uses: cachix/cachix-action@v13
+ uses: cachix/cachix-action@v14
with:
name: helix
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}