Skip to content

Commit

Permalink
Merge pull request #145 from NixOS/renovate/cachix-install-nix-action…
Browse files Browse the repository at this point in the history
…-29.x

chore(deps): update cachix/install-nix-action action to v29
  • Loading branch information
Mic92 authored Sep 26, 2024
2 parents bc4b0de + fdf3017 commit 9cd4679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dead-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: cachix/install-nix-action@v29
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: ./checks/linkcheck/lychee.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: cachix/install-nix-action@v27
- uses: cachix/install-nix-action@v29
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: ./modules/nixos-wiki/update-extensions.py ./modules/nixos-wiki/extensions.json
Expand Down

0 comments on commit 9cd4679

Please sign in to comment.