upgrade install-nix-action & cachix-action
This commit is contained in:
parent
8cec937b86
commit
553487e1eb
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -12,12 +12,12 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@v11
|
uses: cachix/install-nix-action@v12
|
||||||
with:
|
with:
|
||||||
skip_adding_nixpkgs_channel: true
|
skip_adding_nixpkgs_channel: true
|
||||||
|
|
||||||
- name: Build with cachix
|
- name: Build with cachix
|
||||||
uses: cachix/cachix-action@v6
|
uses: cachix/cachix-action@v7
|
||||||
with:
|
with:
|
||||||
name: hakyll-nix-template
|
name: hakyll-nix-template
|
||||||
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
|
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
|
||||||
|
Loading…
Reference in New Issue
Block a user