From 3fc4c2cf7b6bfae57ae883e3b5fefa15fa40cfc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 02:01:03 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 5 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/ci.yml | 4 ++-- .github/workflows/commitlint.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c132948..7c7f1f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '20.16.0' - - uses: actions/cache@v3 + - uses: actions/cache@v5 with: path: | ~/.npm @@ -41,7 +41,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '20.16.0' - - uses: actions/cache@v3 + - uses: actions/cache@v5 with: path: | ~/.npm diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 4a03a4c..98a6a1a 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '20.16.0' - - uses: actions/cache@v3 + - uses: actions/cache@v5 with: path: | ~/.npm @@ -34,7 +34,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '20.16.0' - - uses: actions/cache@v3 + - uses: actions/cache@v5 with: path: | ~/.npm