Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
meck committed Feb 9, 2024
1 parent 9062cb7 commit de0019c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v16
- uses: cachix/cachix-action@v10
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- uses: cachix/cachix-action@v13
with:
name: meckweb
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
# Only needed for private caches
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix-build site.nix

- name: Save Result
Expand Down

0 comments on commit de0019c

Please sign in to comment.