Skip to content

Commit e585db5

Browse files
CI
1 parent d6f3e19 commit e585db5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
strategy:
1616
matrix:
1717
coq_version:
18-
- '8.17.0'
18+
- '8.17.1'
1919
max-parallel: 4
2020
# don't cancel all in-progress jobs if one matrix job fails:
2121
fail-fast: false
2222

2323
steps:
2424
- name: Check out code
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v3
2626
with:
2727
submodules: true
2828
- uses: coq-community/docker-coq-action@v1

0 commit comments

Comments
 (0)