Merge pull request #62 from rpearce/dependabot/github_actions/cachix/cachix-action-15

chore(deps): bump cachix/cachix-action from 14 to 15
This commit is contained in:
Robert Pearce 2024-05-20 21:31:55 -04:00 committed by GitHub
commit 49ca021d6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ jobs:
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
- name: Build with cachix
uses: cachix/cachix-action@v14
uses: cachix/cachix-action@v15
with:
name: hakyll-nix-template
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}