From d186bf42296c7bc21d48867d7bea0860ffc53db5 Mon Sep 17 00:00:00 2001 From: Pesy Wu Date: Wed, 8 Feb 2023 22:42:57 +0800 Subject: [PATCH] Update AutoCheckin.yml.disabled --- .github/workflows/AutoCheckin.yml.disabled | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/AutoCheckin.yml.disabled b/.github/workflows/AutoCheckin.yml.disabled index 84667aa..680a349 100644 --- a/.github/workflows/AutoCheckin.yml.disabled +++ b/.github/workflows/AutoCheckin.yml.disabled @@ -22,9 +22,9 @@ jobs: - name: Checkout uses: actions/checkout@master - name: Set up Python #安装python - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: - python-version: 3.8 + python-version: '3.10' - name: Install requirements #安装轮子 run: | pip install -r requirements.txt