chore: update actions/checkout action in lake new template (#10845)
This PR update the `lake new` template to use the current version of the `actions/checkout` Github workflow.
This commit is contained in:
parent
77e72afe0a
commit
58a884ef06
1 changed files with 2 additions and 2 deletions
|
|
@ -239,7 +239,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: leanprover/lean-action@v1
|
||||
"
|
||||
|
||||
|
|
@ -262,7 +262,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: leanprover/lean-action@v1
|
||||
- uses: leanprover-community/docgen-action@v1
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue