From a443f9c5320571062c62c1edc6b3a4f912cbeead Mon Sep 17 00:00:00 2001 From: conanxu <1845830029@qq.com> Date: Mon, 27 Jul 2026 14:33:59 +0800 Subject: [PATCH] ci: update actions runtime --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d092563..fc68336 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,8 @@ jobs: python-version: ["3.9", "3.12"] steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/checkout@v6 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} cache: pip