Merge pull request #32 from rpearce/dependabot/github_actions/cachix/cachix-action-11

chore(deps): bump cachix/cachix-action from 10 to 11
This commit is contained in:
Robert Pearce 2022-10-12 22:41:00 -04:00 committed by GitHub
commit cdddde145c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ jobs:
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Build with cachix
uses: cachix/cachix-action@v10
uses: cachix/cachix-action@v11
with:
name: hakyll-nix-template
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}