Merge pull request #411 from barrucadu/dependabot/github_actions/cachix/install-nix-action-27

Bump cachix/install-nix-action from 26 to 27
This commit is contained in:
Michael Walker 2024-05-16 18:00:07 +01:00 committed by GitHub
commit 4a2c7f5cd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
exit 1 exit 1
fi fi
- name: Install nix - name: Install nix
uses: cachix/install-nix-action@v26 uses: cachix/install-nix-action@V27
with: with:
nix_path: nixpkgs=channel:nixos-23.05 nix_path: nixpkgs=channel:nixos-23.05
- name: Check documentation site builds - name: Check documentation site builds

View File

@ -30,7 +30,7 @@ jobs:
- name: Setup Pages - name: Setup Pages
uses: actions/configure-pages@v5 uses: actions/configure-pages@v5
- name: Install nix - name: Install nix
uses: cachix/install-nix-action@v26 uses: cachix/install-nix-action@V27
with: with:
nix_path: nixpkgs=channel:nixos-23.05 nix_path: nixpkgs=channel:nixos-23.05
- name: Build - name: Build