From f7fdda91ad828dd96635f26eee96bf2e50db2002 Mon Sep 17 00:00:00 2001 From: vvbbnn00 Date: Fri, 23 Feb 2024 22:19:46 +0800 Subject: [PATCH] chore: Update action versions in autoLearn.yml --- .github/workflows/autoLearn.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autoLearn.yml b/.github/workflows/autoLearn.yml index 605c537..bdce94d 100644 --- a/.github/workflows/autoLearn.yml +++ b/.github/workflows/autoLearn.yml @@ -16,9 +16,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python 3.10 - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: '3.10' - name: Start Learn