Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v7.0.1
- if: ${{ github.event_name == 'push' }}
uses: docker/login-action@v4.5.1
uses: docker/login-action@v4.6.0
with:
username: stephanmisc
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down
4 changes: 2 additions & 2 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "520045ab14e26149ee970e2e617ca04b09bde5d6",
"rev": "905b95818eb32af7874a58b427f50c1711a5e96c",
"name": "mathlib",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.32.1",
"inputRev": "v4.32.2",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover-community/plausible",
Expand Down
2 changes: 1 addition & 1 deletion lakefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ maxSynthPendingDepth = 3
[[require]]
name = "mathlib"
scope = "leanprover-community"
rev = "v4.32.1"
rev = "v4.32.2"

[[lean_lib]]
name = "proofs_lean"
Expand Down
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.32.1
leanprover/lean4:v4.32.2