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 28d189b commit 1fc461aCopy full SHA for 1fc461a
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ groups:
8
+ actions-dependencies:
9
+ patterns:
10
+ - "*"
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
name: Lean Build
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- uses: leanprover/lean-action@v1
20
with:
21
build-args: "--wfail"
@@ -24,7 +24,7 @@ jobs:
24
name: Nix Flake Check
25
26
27
28
- uses: cachix/install-nix-action@v31
29
30
nix_path: nixpkgs=channel:nixos-unstable
0 commit comments