Skip to content

Commit 8b66ea4

Browse files
Update actions/checkout action to v5
1 parent 0b2e1e0 commit 8b66ea4

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
@@ -9,7 +9,7 @@ jobs:
99
ci:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: Set up system
1414
run: bin/before_install
1515
- name: Set up Node

0 commit comments

Comments
 (0)