Merge pull request #270 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-02-19 13:27:53 -05:00 committed by GitHub
commit a1c4ab4117
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable
- name: Set up cachix
uses: cachix/cachix-action@v13
uses: cachix/cachix-action@v14
with:
name: nix-community
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}