From 87bcebc1248f9714b7394c289c6310b4c429a8c2 Mon Sep 17 00:00:00 2001 From: BROBIRD <7692707+BROBIRD@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:43:52 +0800 Subject: [PATCH] =?UTF-8?q?ci(github=20workflows):=20=E6=9B=B4=E6=96=B0act?= =?UTF-8?q?ions/checkout=E5=92=8Csetup-python=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 179b520..f966982 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -13,13 +13,13 @@ jobs: if: github.ref == 'refs/heads/master' steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.x'