We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40eac2f commit ca8e280Copy full SHA for ca8e280
CI.lean
@@ -16,7 +16,7 @@ jobs:
16
curl -sSfL https://github.com/leanprover/elan/releases/download/v4.0.0/elan-x86_64-unknown-linux-gnu.tar.gz | tar xz
17
./elan-init -y --default-toolchain none
18
echo \"$HOME/.elan/bin\" >> $GITHUB_PATH
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
20
- name: run LSpec binary
21
run: lake exe lspec
22
"
README.md
@@ -173,7 +173,7 @@ jobs:
173
174
175
echo "$HOME/.elan/bin" >> $GITHUB_PATH
176
177
178
179
```
0 commit comments