From 79f44a2c0e9df75df9b147295f6a5bbd4926c684 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 14:09:22 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/download-packages-popularity.yml | 2 +- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/download-packages-popularity.yml b/.github/workflows/download-packages-popularity.yml index f0dafee33..44d195bfc 100644 --- a/.github/workflows/download-packages-popularity.yml +++ b/.github/workflows/download-packages-popularity.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache node modules - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index fbe36c073..1e934f4c3 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache node modules - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b58e86444..a6d0a549f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache node modules - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-node-modules with: