Skip to content

Commit 3ecb09e

Browse files
authored
Merge pull request #17 from sshine/chore/bump-flake-lock
chore: nix flake update (updates mdbook from 0.4.36 to 0.4.52)
2 parents c1f4409 + e656f7b commit 3ecb09e

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/check.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ jobs:
44
checker:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
8-
- uses: cachix/install-nix-action@v24
9-
- name: run check
10-
run: nix run .#check
7+
- uses: actions/checkout@v5
8+
9+
- uses: cachix/install-nix-action@v31
10+
11+
- name: nix run .#check
12+
run: nix run .#check

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)