We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf1bea commit bd1a94fCopy full SHA for bd1a94f
4 files changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Checkout code
25
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
26
27
- name: Setup OCaml
28
uses: ocaml/setup-ocaml@v3
.github/workflows/deploy-doc.yml
@@ -16,7 +16,7 @@ jobs:
16
shell: bash
17
18
- name: Checkout
19
20
with:
21
fetch-depth: 0
.github/workflows/more-ci.yml
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
.github/workflows/test-deploy-doc.yml
0 commit comments