Skip to content

Commit

Permalink
Merge pull request #4 from fpletz/dependabot/github_actions/Determina…
Browse files Browse the repository at this point in the history
…teSystems/nix-installer-action-16
  • Loading branch information
fpletz authored Nov 14, 2024
2 parents 00eb90e + 5217760 commit 505f63a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v15
uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Run flake checks
run: nix develop -c nix-fast-build --no-nom --no-download
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: pages
uses: actions/configure-pages@v5
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v15
uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Build
run: nix build .#docs
Expand Down

0 comments on commit 505f63a

Please sign in to comment.