Skip to content

Commit ca8e280

Browse files
committed
update actions/checkout version
1 parent 40eac2f commit ca8e280

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: CI.lean

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
curl -sSfL https://github.com/leanprover/elan/releases/download/v4.0.0/elan-x86_64-unknown-linux-gnu.tar.gz | tar xz
1717
./elan-init -y --default-toolchain none
1818
echo \"$HOME/.elan/bin\" >> $GITHUB_PATH
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
- name: run LSpec binary
2121
run: lake exe lspec
2222
"

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
curl -sSfL https://github.com/leanprover/elan/releases/download/v4.0.0/elan-x86_64-unknown-linux-gnu.tar.gz | tar xz
174174
./elan-init -y --default-toolchain none
175175
echo "$HOME/.elan/bin" >> $GITHUB_PATH
176-
- uses: actions/checkout@v2
176+
- uses: actions/checkout@v4
177177
- name: run LSpec binary
178178
run: lake exe lspec
179179
```

0 commit comments

Comments
 (0)