From 9996cced31989d209182701547a110c97fab687c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 11:43:38 +0000 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=F0=9F=91=B7=20Bump=20actions/cache?= =?UTF-8?q?=20from=203=20to=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/cache](https://github.com/actions/cache) from 3 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 4 ++-- .github/workflows/typecheck.yml | 2 +- .github/workflows/windows.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 569ceb8e6..8c4b3d07c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 14 - - uses: actions/cache@v3 + - uses: actions/cache@v5 with: path: | node_modules diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e7ed4b05f..b7bcfd91a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 14 - - uses: actions/cache@v3 + - uses: actions/cache@v5 with: path: | node_modules @@ -63,7 +63,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} - - uses: actions/cache@v3 + - uses: actions/cache@v5 with: path: | node_modules diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index 8db7d48c0..5cc2f8251 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 14 - - uses: actions/cache@v3 + - uses: actions/cache@v5 with: path: | node_modules diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index eb7803054..ad329d959 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 14 - - uses: actions/cache@v3 + - uses: actions/cache@v5 with: path: | node_modules @@ -62,7 +62,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 14 - - uses: actions/cache@v3 + - uses: actions/cache@v5 with: path: | node_modules