From 59ed0ef033dbccf5012f3cfd158bd05bc4e9010f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 07:04:10 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 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/v4...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/license.yml | 4 ++-- .github/workflows/test.yml | 2 +- .github/workflows/yamory.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index c24fc98..ba8e1d7 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -23,7 +23,7 @@ jobs: node-version: '20' cache: 'pnpm' - name: Cache Dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: node_modules_cache_id with: path: ~/.pnpm-store @@ -51,7 +51,7 @@ jobs: node-version: '20' cache: 'pnpm' - name: Cache Dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: node_modules_cache_id with: path: ~/.pnpm-store diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a3deeab..987a286 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: node-version: '20' cache: 'pnpm' - name: Cache Dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: node_modules_cache_id with: path: ~/.pnpm-store diff --git a/.github/workflows/yamory.yml b/.github/workflows/yamory.yml index c53ad71..29ce427 100644 --- a/.github/workflows/yamory.yml +++ b/.github/workflows/yamory.yml @@ -20,7 +20,7 @@ jobs: node-version: '20' cache: 'pnpm' - name: Cache Dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: node_modules_cache_id with: path: ~/.pnpm-store