From 84e964cd8d125d376d0de2e942e7d9328dd07a1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:35:38 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/dotnet.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 2ce32fefe2..5ead623b3c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -96,7 +96,7 @@ jobs: with: node-version: ${{ env.NODEJS }} - name: Cache node modules - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7185a9d5c..d39ad1531a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: with: node-version: ${{ env.NODEJS }} - name: Cache node modules - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cache-node-modules with: