From 7c7765caa7bbf63a8218baa1691b20d9aed6164e Mon Sep 17 00:00:00 2001 From: baixiangcpp Date: Thu, 18 Jun 2026 06:47:56 -0700 Subject: [PATCH] ci: upgrade GitHub 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 f754583f..3ba6bdd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,13 +19,13 @@ jobs: node-version: [20.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: # sitemap lastmod guard reads per-file git history. # shallow clone (depth=1) can make it look stale in CI. fetch-depth: 0 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: "npm"