Skip to content

Commit 559951c

Browse files
(deps): Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 46cf4ff commit 559951c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-lean.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

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

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

69-
- uses: actions/checkout@v6
69+
- uses: actions/checkout@v7
7070
- uses: leanprover/lean-action@v1

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

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

4343
- name: 2) Run Lychee

0 commit comments

Comments
 (0)