Unnamed repository; edit this file 'description' to name the repository.
Merge pull request #15517 from helix-editor/dependabot/github_actions/cachix/cachix-action-17
Blaž Hrastnik 3 months ago
parent d5afba9 · parent 6ec804c · commit 0181f98
-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 3c0de288..d0deb39a 100644
--- a/.github/workflows/cachix.yml
+++ b/.github/workflows/cachix.yml
@@ -20,7 +20,7 @@ jobs:
uses: cachix/install-nix-action@v31
- name: Authenticate with Cachix
- uses: cachix/cachix-action@v16
+ uses: cachix/cachix-action@v17
with:
name: helix
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}