From 6159be175aea77153183bf3c09a740d1811406f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:00:48 +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 f0dafee33..017887de7 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 fbe36c073..34684d74b 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 b58e86444..ea15e6b5a 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: