From 28cce33ed7efdbabbc9b07c2b1604dfe2d83270c Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 4 Aug 2026 01:48:21 +0000 Subject: [PATCH] ci: bump checkout and setup-node to v6 for Node 24 Clear the Node.js 20 deprecation warning in the proxy integration tests workflow by matching the action majors used elsewhere. Co-authored-by: ProxyMesh AI --- .github/workflows/proxy_integration_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/proxy_integration_tests.yml b/.github/workflows/proxy_integration_tests.yml index 60b9acb..c15f336 100644 --- a/.github/workflows/proxy_integration_tests.yml +++ b/.github/workflows/proxy_integration_tests.yml @@ -16,12 +16,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@v6 with: persist-credentials: false - name: Set up Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: "22" cache: npm