From 3506681fd9a73ad1d9a92c70983953e23a39c7e4 Mon Sep 17 00:00:00 2001 From: czz3120 <110526889+czz3120@users.noreply.github.com> Date: Mon, 26 Feb 2024 01:02:36 +0800 Subject: [PATCH] Update autoReserve.yml --- .github/workflows/autoReserve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoReserve.yml b/.github/workflows/autoReserve.yml index e87bdd2..1c3d7fa 100644 --- a/.github/workflows/autoReserve.yml +++ b/.github/workflows/autoReserve.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.x" + python-version: "3.10" - name: Install dependencies run: | python -m pip install --upgrade pip