Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Nov 17, 2020
1 parent 1407641 commit 7d0fd52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -14,9 +14,9 @@ jobs:
fetch-depth: 0

- name: Installing Nix
uses: cachix/install-nix-action@v9
uses: cachix/install-nix-action@v12

- uses: cachix/cachix-action@v6
- uses: cachix/cachix-action@v8
with:
name: nixos-search
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
Expand All @@ -40,7 +40,7 @@ jobs:
cp -RL ./result/* ./dist/
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v1.0.5
uses: nwtgck/actions-netlify@v1.1.11
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
Expand Down

0 comments on commit 7d0fd52

Please sign in to comment.