Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/ci-lean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: A1) Checkout repository code
# WHY: Needed to access files for checks.
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: A2) Install uv
# WHY: The E2) se-validate-manifest pre-commit hook shells out to `uvx`,
Expand Down Expand Up @@ -66,5 +66,5 @@ jobs:
# BUILD: Get code and build Lean project
# ============================================================

- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: leanprover/lean-action@v1
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: 1) Checkout repository code
uses: actions/checkout@v6
uses: actions/checkout@v7
# WHY: Required so Lychee can inspect repository files.

- name: 2) Run Lychee
Expand Down
Loading