Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit b5097a8

Browse files
authored
💚 Downgrade actions/checkout on windows build servers
actions/checkout#852. MS can't even support their own OS properly.
1 parent 31ae513 commit b5097a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
needs: [build-data]
279279

280280
steps:
281-
- uses: actions/checkout@v3
281+
- uses: actions/checkout@v2
282282
with:
283283
submodules: recursive
284284

0 commit comments

Comments
 (0)