From 4cbe11d8e1e919e01f9b3b8c3955743784c72d01 Mon Sep 17 00:00:00 2001 From: Tom King Date: Tue, 23 Dec 2025 21:56:27 -0800 Subject: [PATCH 1/2] chore(linter): update to cache v5 --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index cb3979b..c4f4724 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -34,7 +34,7 @@ jobs: # Cache node_modules for ESLint installation - name: "Cache npm dependencies" - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: npm-${{ runner.os }}-eslint From 51ed410fb7b8a699e8e82f1de83d619e2da65dab Mon Sep 17 00:00:00 2001 From: Tom King Date: Tue, 23 Dec 2025 22:18:37 -0800 Subject: [PATCH 2/2] trigger checks