Merge pull request #370 from nix-community/dependabot/github_actions/cachix/cachix-action-14

build(deps): bump cachix/cachix-action from 13 to 14
This commit is contained in:
figsoda 2024-01-15 18:09:43 -05:00 committed by GitHub
commit 384e03acaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
uses: cachix/install-nix-action@v25
- name: Set up cachix
uses: cachix/cachix-action@v13
uses: cachix/cachix-action@v14
with:
name: nix-community
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}