Skip to content

Commit

Permalink
update actions/checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpaulino committed Feb 4, 2025
1 parent 40eac2f commit ca8e280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CI.lean
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
curl -sSfL https://github.com/leanprover/elan/releases/download/v4.0.0/elan-x86_64-unknown-linux-gnu.tar.gz | tar xz
./elan-init -y --default-toolchain none
echo \"$HOME/.elan/bin\" >> $GITHUB_PATH
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: run LSpec binary
run: lake exe lspec
"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
curl -sSfL https://github.com/leanprover/elan/releases/download/v4.0.0/elan-x86_64-unknown-linux-gnu.tar.gz | tar xz
./elan-init -y --default-toolchain none
echo "$HOME/.elan/bin" >> $GITHUB_PATH
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: run LSpec binary
run: lake exe lspec
```

0 comments on commit ca8e280

Please sign in to comment.