From 8ece137789e5c676ebcfc7133eaeeaa5a8dc04a1 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Mon, 28 Sep 2020 21:12:44 +0200 Subject: [PATCH] tr< checkout v1 --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 8061c58..04e2f54 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -19,7 +19,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v1 - uses: ammaraskar/sphinx-action@0.4 with: docs-folder: "doc/" \ No newline at end of file