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 01f2ebe commit 683b0fdCopy full SHA for 683b0fd
.github/workflows/gh-pages.yaml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v4
25
26
- name: Install Nix
27
- uses: cachix/install-nix-action@v26
+ uses: cachix/install-nix-action@V27
28
29
- name: Build docs
30
run: nix build .#options-doc
.github/workflows/update-flakes.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
12
- - uses: cachix/install-nix-action@v26
+ - uses: cachix/install-nix-action@V27
13
- uses: DeterminateSystems/update-flake-lock@v21
14
with:
15
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
0 commit comments