We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691dce4 commit 7775aabCopy full SHA for 7775aab
.github/workflows/coq.yml
@@ -25,7 +25,7 @@ jobs:
25
name: ${{ matrix.env.COQ_VERSION }}
26
27
steps:
28
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
29
with:
30
submodules: recursive
31
- name: install Coq
.github/workflows/update-tested.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
name: Update tested
13
14
15
16
ref: 'tested'
17
fetch-depth: 0
0 commit comments