From ee81449ebe840bf5a7b74339e97a6a83dd29e6ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:02:26 +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/macos.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 7602e82e2..8e7d545ad 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v6 - name: Cache Node modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: # npm cache files are stored in ~/.npm path: ~/.npm diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 2fc41d576..6999dc32c 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v6 - name: Cache Node modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: # npm cache files are stored in ~/.npm path: ~/.npm diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index bd6e9c8eb..14aacdc5a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v6 - name: Cache Node modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: # npm cache files are stored in ~/.npm path: ~/.npm