Skip to content

Commit c22e02a

Browse files
Bump actions/checkout from 4 to 5 (#31)
1 parent b573a76 commit c22e02a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout Python code
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626

2727
- name: Set up private ssh key
2828
uses: webfactory/[email protected]

.github/workflows/run-centos7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout Python code
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747

4848
- name: Checkout OCaml facile library
4949
run: |

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout Python code
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232

3333
- name: Set up Python
3434
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)