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.
1 parent b573a76 commit c22e02aCopy full SHA for c22e02a
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Checkout Python code
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
26
27
- name: Set up private ssh key
28
uses: webfactory/[email protected]
.github/workflows/run-centos7.yml
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
- name: Checkout OCaml facile library
49
run: |
.github/workflows/run-tests.yml
@@ -28,7 +28,7 @@ jobs:
29
30
31
32
33
- name: Set up Python
34
uses: actions/setup-python@v5
0 commit comments