Skip to content

Commit 34026a0

Browse files
committed
.github: update actions/checkout to v4
1 parent 01a5e57 commit 34026a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-22.04
99
steps:
1010
- name: Clone the repo
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v4
1212
with:
1313
submodules: recursive
1414
- name: Pull CI container image

0 commit comments

Comments
 (0)