From 753b840ae2163fad139ae7b0bb7e1d7980e69b8f Mon Sep 17 00:00:00 2001 From: tianyao Date: Mon, 21 Sep 2026 10:20:19 +0000 Subject: [PATCH] chore(ci): migrate actions to Node 24 runtime Tracks firstsun-dev/.github#29 Co-Authored-By: Claude Sonnet 5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7617202b..252aa589 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: e2e-relevant: ${{ steps.filter.outputs.e2e-relevant }} steps: - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - - uses: dorny/paths-filter@15192bc058cc28a13dbf6cde61f19e18988b7af6 # v3 + - uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4 id: filter with: filters: |