Skip to content

Commit b1fc317

Browse files
committed
Upgrade actions/checkout in other workflows
1 parent 2294c51 commit b1fc317

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/config-libs-ci.yml

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

3838
steps:
3939
- name: Checkout code
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141

4242
- name: Setup OCaml
4343
uses: ocaml/setup-ocaml@v3

.github/workflows/ocaml-4-ci.yml

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

2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

3131
- name: Setup OCaml
3232
uses: ocaml/setup-ocaml@v3

0 commit comments

Comments
 (0)