Skip to content

Commit 1fc461a

Browse files
chore: Add dependabot for CI (#63)
1 parent 28d189b commit 1fc461a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Lean Build
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- uses: leanprover/lean-action@v1
2020
with:
2121
build-args: "--wfail"
@@ -24,7 +24,7 @@ jobs:
2424
name: Nix Flake Check
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- uses: cachix/install-nix-action@v31
2929
with:
3030
nix_path: nixpkgs=channel:nixos-unstable

0 commit comments

Comments
 (0)