From: Matt Coleman Date: Sat, 15 Oct 2022 00:50:30 +0000 (-0400) Subject: ci: revert to actions/checkout@v1 in manualtest X-Git-Tag: 058~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef9ccd54467ea32d65b34206de73741bd938001f;p=thirdparty%2Fdracut.git 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 --- 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