From 7478daa7cf77b157843e0ef946fdf4d058aed8fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 00:34:29 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .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 f0dafee335..017887de7c 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@v6 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index fbe36c073e..34684d74bb 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@v6 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b58e864446..ea15e6b5a4 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@v6 env: cache-name: cache-node-modules with: