diff options
author | dependabot[bot] | 2022-10-18 00:55:15 +0000 |
---|---|---|
committer | GitHub | 2022-10-18 00:55:15 +0000 |
commit | 38746b04b44bc792ddca5d798f750366e478d258 (patch) | |
tree | e156b057b11298ed8f563a8bcbbc47741d455f1f | |
parent | b07ef6bec30e1c704a63579efa5cc433c22fcc19 (diff) |
build(deps): bump cachix/cachix-action from 10 to 11 (#4339)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/cachix.yml | 2 |
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 }} |