Skip to content

Commit

Permalink
[CI] docs, bump action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kolloch committed Jun 30, 2024
1 parent 4fcd1d9 commit 7f837af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v15
with:
name: eigenvalue
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
Expand Down

0 comments on commit 7f837af

Please sign in to comment.