Skip to content

Commit

Permalink
CI: advance cachix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Apr 19, 2020
1 parent 4aaafb6 commit 13eb406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
os: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v7
- uses: cachix/install-nix-action@v8
# This also runs nix-build.
- uses: cachix/cachix-action@v4
- uses: cachix/cachix-action@v5
with:
name: srid
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
Expand Down

0 comments on commit 13eb406

Please sign in to comment.