We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b726f1 commit 037690bCopy full SHA for 037690b
.github/workflows/gh-pages.yml
@@ -17,7 +17,7 @@ jobs:
17
group: ${{ github.workflow }}
18
steps:
19
- uses: actions/checkout@v4
20
- - uses: cachix/install-nix-action@v30
+ - uses: cachix/install-nix-action@v31
21
with:
22
extra_nix_config: |
23
accept-flake-config = true
.github/workflows/update-flake-lock.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Checkout repository
12
uses: actions/checkout@v4
13
- name: Install Nix
14
- uses: cachix/install-nix-action@v30
+ uses: cachix/install-nix-action@v31
15
16
0 commit comments