From 412d02ca3abc555ee4411bdcc1ec1ae858e241d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 03:39:37 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/lint.yml | 4 ++-- .github/workflows/sentry.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 371968ee..976c5c13 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -41,7 +41,7 @@ jobs: bun-version: latest - name: Cache Bun package downloads id: bun-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.bun/install/cache @@ -50,7 +50,7 @@ jobs: ${{ runner.os }}-bun-cache- - name: Cache node_modules id: node-modules-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules diff --git a/.github/workflows/sentry.yml b/.github/workflows/sentry.yml index 6d14f8bf..bdd33a18 100644 --- a/.github/workflows/sentry.yml +++ b/.github/workflows/sentry.yml @@ -37,7 +37,7 @@ jobs: - name: Cache Bun package downloads id: bun-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.bun/install/cache @@ -47,7 +47,7 @@ jobs: - name: Cache node_modules id: node-modules-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | node_modules