Skip to content

Commit 7196b6d

Browse files
Update actions/checkout action to v5
1 parent a6055a3 commit 7196b6d

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
@@ -18,7 +18,7 @@ jobs:
1818
- test
1919
- test:security
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Set up system
2323
run: bin/before_install
2424
- name: Set up Node

0 commit comments

Comments
 (0)