From 11ba475a34a670dae26774f0803c0eda64589c6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 02:27:06 +0000 Subject: [PATCH] chore(deps)(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-mintlify-schema.yml | 2 +- .github/workflows/mintlify-validate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-mintlify-schema.yml b/.github/workflows/check-mintlify-schema.yml index 35ac5be..b5dc27e 100644 --- a/.github/workflows/check-mintlify-schema.yml +++ b/.github/workflows/check-mintlify-schema.yml @@ -21,7 +21,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Cache npm global packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.npm key: npm-global-${{ runner.os }}-ajv-cli-ajv-formats diff --git a/.github/workflows/mintlify-validate.yml b/.github/workflows/mintlify-validate.yml index 41572eb..7e03bc0 100644 --- a/.github/workflows/mintlify-validate.yml +++ b/.github/workflows/mintlify-validate.yml @@ -52,7 +52,7 @@ jobs: run: npm install - name: Cache Nx - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .nx/cache key: nx-${{ runner.os }}-${{ hashFiles('**/nx.json', '**/project.json') }}-${{ hashFiles('**/package-lock.json') }}