From b4ead9123e4366cae389763ac7b3f47af817d72a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 6 Jan 2020 16:49:27 +0100 Subject: [PATCH] fixed tag of curl --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 10bb338..b69f517 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -29,7 +29,7 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Checkout curl for the tests - uses: curl/curl@7.67.0 + uses: curl/curl@curl-7_67_0 with: path: test_repos/curl