We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c08438 commit 6f7b04bCopy full SHA for 6f7b04b
.github/workflows/deploy-docs.yml
@@ -7,7 +7,7 @@ jobs:
7
deploy-docs:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v4
11
with:
12
token: ${{ secrets.GITHUB_TOKEN }}
13
- uses: cachix/install-nix-action@v31
.github/workflows/flake-check.yml
@@ -14,7 +14,7 @@ jobs:
14
NIXPKGS_ALLOW_UNFREE: 1
15
16
17
18
19
20
nix_path: nixpkgs=channel:nixos-unstable
0 commit comments