From d830da693707a425d4bbbf366371a2d39caa8eeb Mon Sep 17 00:00:00 2001 From: hustcer Date: Mon, 25 Aug 2025 19:48:03 +0800 Subject: [PATCH] deps: Upgrade to actions/checkout@v5 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8cc982d..d20dc98 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,10 +42,10 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Checkout Nutest Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: v1.1.0 path: nutest