Skip to content

Commit d7de21e

Browse files
committed
gha: update actions/checkout@v4
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 6eecb7b commit d7de21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
runs-on: ${{ matrix.platform }}
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020
- name: test
2121
run: make test

0 commit comments

Comments
 (0)