From f0c5e63e8b334d207dd95f148c28ee9bf0448ab7 Mon Sep 17 00:00:00 2001 From: lijunlong Date: Mon, 24 Aug 2026 13:04:01 +0800 Subject: [PATCH 1/2] tests: update nginx to 1.31.4 --- .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 a8efd12..fcc0b9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - nginx-version: [1.31.3] + nginx-version: [1.31.4] env: JOBS: 3 From 6df86d2ef8e6f08b100974ecd40347d7e34bcda1 Mon Sep 17 00:00:00 2001 From: lijunlong Date: Mon, 24 Aug 2026 15:14:13 +0800 Subject: [PATCH 2/2] ci: update actions for Node.js 24 --- .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 fcc0b9e..ddef1d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: Install dependencies run: |