Skip to content

Commit 2a3845c

Browse files
committed
update test workflow to actions/checkout@v4
1 parent e44e34b commit 2a3845c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Install OS dependencies
2424
run: sudo apt-get -y install mandoc

0 commit comments

Comments
 (0)