From ef9ccd54467ea32d65b34206de73741bd938001f Mon Sep 17 00:00:00 2001 From: Matt Coleman Date: Fri, 14 Oct 2022 20:50:30 -0400 Subject: [PATCH] ci: revert to actions/checkout@v1 in manualtest This enables checkout to work in the Gentoo container. See: https://github.com/actions/runner/issues/2115 --- .github/workflows/manualtest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manualtest.yml b/.github/workflows/manualtest.yml index 5731cc363..1689817ed 100644 --- a/.github/workflows/manualtest.yml +++ b/.github/workflows/manualtest.yml @@ -27,7 +27,7 @@ jobs: options: "--privileged -v /dev:/dev" steps: - name: "Checkout Repository" - uses: actions/checkout@v2 + uses: actions/checkout@v1 with: fetch-depth: 0 -- 2.47.3