From c986602e2e5767032e06af2722b8db75e378d627 Mon Sep 17 00:00:00 2001 From: Varun Gandhi Date: Tue, 29 Jul 2025 07:11:13 +0800 Subject: [PATCH 1/2] chore: Bump Node version --- .tool-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tool-versions b/.tool-versions index cdb9f849c..7e64ff838 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ python 3.10.11 -nodejs 18.16.0 +nodejs 24.4.1 From 7c4964920f944061b6e0b220366df26e6f053720 Mon Sep 17 00:00:00 2001 From: Varun Gandhi Date: Thu, 31 Jul 2025 13:08:12 +0800 Subject: [PATCH 2/2] Bump actions/cache version --- .github/workflows/scip-docker.yml | 2 +- .github/workflows/scip-snapshot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scip-docker.yml b/.github/workflows/scip-docker.yml index dfb630431..6bea11a43 100644 --- a/.github/workflows/scip-docker.yml +++ b/.github/workflows/scip-docker.yml @@ -17,7 +17,7 @@ jobs: - name: Install asdf. uses: asdf-vm/actions/setup@v2.1.0 - name: Cache asdf and asdf-managed tools. - uses: actions/cache@v3.3.1 + uses: actions/cache@v4 id: asdf-cache with: path: ${{ env.ASDF_DIR }} diff --git a/.github/workflows/scip-snapshot.yml b/.github/workflows/scip-snapshot.yml index fd94d42ef..3ea3ace71 100644 --- a/.github/workflows/scip-snapshot.yml +++ b/.github/workflows/scip-snapshot.yml @@ -16,7 +16,7 @@ jobs: - name: Install asdf. uses: asdf-vm/actions/setup@v2.1.0 - name: Cache asdf and asdf-managed tools. - uses: actions/cache@v3.3.1 + uses: actions/cache@v4 id: asdf-cache with: path: ${{ env.ASDF_DIR }}