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.
lean-update
1 parent 4195db9 commit 28be64fCopy full SHA for 28be64f
.github/workflows/update-dependencies.yml
@@ -16,8 +16,9 @@ jobs:
16
- name: Checkout code
17
uses: actions/checkout@v4
18
- name: Update project
19
- uses: Seasawher/lean-update@v0.0.1
+ uses: leanprover-community/lean-update@v0.4.0
20
with:
21
on_update_succeeds: pr # Create a pull request if the update succeeds
22
on_update_fails: issue # Create an issue if the update fails
23
update_if_modified: lean-toolchain # Update if there is a new version of the Lean toolchain
24
+ legacy_update: true # Executes lake -R -Kenv=dev update instead of lake update
0 commit comments