We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd23637 + 0cb238e commit 179c643Copy full SHA for 179c643
.github/workflows/workflow.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout tree
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
18
- name: Set-up Node.js
19
uses: actions/setup-node@v4
20
with:
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
- name: Set-up OCaml
38
uses: ocaml/setup-ocaml@v3
39
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
0 commit comments