From 4758aef4cadc60d4b39568cf4f6a29ac8e36ef14 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Sun, 8 Feb 2026 20:07:44 -0800 Subject: [PATCH 1/2] chore(ci): bump actions to latest --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b5327d..7d03bed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,10 +11,10 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Cache Node.js modules - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: node_modules key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/package.json') }} @@ -22,7 +22,7 @@ jobs: ${{ runner.os }}-node- - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v6.2.0 with: node-version: 20.9.0 From 2a4740db347853e7d764ba568e0b4f6b06bd9111 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Sun, 8 Feb 2026 20:08:59 -0800 Subject: [PATCH 2/2] Update ci.yml --- .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 7d03bed..206fcbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,10 +11,10 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 - name: Cache Node.js modules - uses: actions/cache@v5 + uses: actions/cache@v5.0.3 with: path: node_modules key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/package.json') }}