From a4d28d7ad897306e9bc8f667fda9691191e83604 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Tue, 28 Jul 2026 13:21:40 +0800 Subject: [PATCH] update github actions node version --- .github/workflows/deploy-blog.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-blog.yml b/.github/workflows/deploy-blog.yml index c295982..cf9cace 100644 --- a/.github/workflows/deploy-blog.yml +++ b/.github/workflows/deploy-blog.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -58,12 +58,12 @@ jobs: steps: - name: Checkout blog-content branch - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: ref: blog-content - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: 24 cache: npm @@ -120,12 +120,12 @@ jobs: steps: - name: Checkout blog-content branch - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: blog-content - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: 24 cache: npm