Skip to content

Commit ef9ccd5

Browse files
iammattcolemanConan-Kudo
authored andcommitted
ci: revert to actions/checkout@v1 in manualtest
This enables checkout to work in the Gentoo container. See: actions/runner#2115
1 parent 61ae423 commit ef9ccd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manualtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
options: "--privileged -v /dev:/dev"
2828
steps:
2929
- name: "Checkout Repository"
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v1
3131
with:
3232
fetch-depth: 0
3333

0 commit comments

Comments
 (0)