Skip to content

Commit 28be64f

Browse files
committed
chore: upgrade lean-update action
1 parent 4195db9 commit 28be64f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
1818
- name: Update project
19-
uses: Seasawher/lean-update@v0.0.1
19+
uses: leanprover-community/lean-update@v0.4.0
2020
with:
2121
on_update_succeeds: pr # Create a pull request if the update succeeds
2222
on_update_fails: issue # Create an issue if the update fails
2323
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

Comments
 (0)