Skip to content

Commit 9e18292

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
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)