Skip to content

Commit 7fb6e6d

Browse files
committed
Updated checkout action version.
1 parent 9be5969 commit 7fb6e6d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
artifact: 1
4242
steps:
4343
- name: checkout
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v6
4545
- name: Download submodules
4646
run: |-
4747
git submodule update --init
@@ -143,7 +143,7 @@ jobs:
143143
artifact: 1
144144
steps:
145145
- name: checkout
146-
uses: actions/checkout@v4
146+
uses: actions/checkout@v6
147147
- name: Download submodules
148148
run: |-
149149
git submodule update --init
@@ -267,7 +267,7 @@ jobs:
267267
artifact: win64-full
268268
steps:
269269
- name: checkout
270-
uses: actions/checkout@v4
270+
uses: actions/checkout@v6
271271
- name: Download submodules
272272
run: |-
273273
git submodule update --init

0 commit comments

Comments
 (0)