]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ci: revert to actions/checkout@v1 in manualtest
authorMatt Coleman <matt@datto.com>
Sat, 15 Oct 2022 00:50:30 +0000 (20:50 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Sat, 15 Oct 2022 18:01:27 +0000 (14:01 -0400)
This enables checkout to work in the Gentoo container.

See: https://github.com/actions/runner/issues/2115

.github/workflows/manualtest.yml

index 5731cc363da91e0878271f614e7dc361bc2f8c86..1689817ed14e82bf014fb99ee8103da7740a8b7a 100644 (file)
@@ -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