Unnamed repository; edit this file 'description' to name the repository.
build(deps): bump cachix/cachix-action from 10 to 11 (#4339)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2022-10-18
parent b07ef6b · commit 38746b0
-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 2d37b36a..d4547e58 100644
--- a/.github/workflows/cachix.yml
+++ b/.github/workflows/cachix.yml
@@ -17,7 +17,7 @@ jobs:
uses: cachix/install-nix-action@v17
- name: Authenticate with Cachix
- uses: cachix/cachix-action@v10
+ uses: cachix/cachix-action@v11
with:
name: helix
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}