Skip to content

Commit a7f2c77

Browse files
committed
Upgrade checkout action to v4
1 parent 2fffbb5 commit a7f2c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
ocaml-version: ["5.3.0"]
99
runs-on: ${{ matrix.operating-system }}
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
with:
1313
lfs: true
1414
- uses: ocaml/setup-ocaml@v3

0 commit comments

Comments
 (0)