Skip to content

Commit 9f26255

Browse files
committed
replace deprecated actions/checkout@v4 with actions/checkout@v5
1 parent b8585cc commit 9f26255

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ${{ matrix.builder }}
6565
steps:
6666
- name: Checkout
67-
uses: actions/checkout@v4
67+
uses: actions/checkout@v5
6868
with:
6969
submodules: "recursive"
7070

0 commit comments

Comments
 (0)