From d50435a798ed545198adc03403ce769a4614787a Mon Sep 17 00:00:00 2001 From: YUKI Kaoru Date: Mon, 21 Jun 2021 20:04:33 +0900 Subject: [PATCH] Update autotest.yml --- .github/workflows/autotest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autotest.yml b/.github/workflows/autotest.yml index 87ad023..9a9199f 100644 --- a/.github/workflows/autotest.yml +++ b/.github/workflows/autotest.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up Python 3.8 - uses: actions/setup-python@v1 + uses: actions/setup-python@v2 with: python-version: 3.8 - name: Install dependencies