From aeabb46211f91c24da39df9a8a2366b7a9fe2747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:09:29 +0000 Subject: [PATCH] chore(ci): bump actions/cache from 3 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 6. - [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/v3...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/performance.yml | 2 +- .github/workflows/pr-validation.yml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 9a385eb..784033b 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -57,7 +57,7 @@ jobs: echo "Parse speed: $PARSE_SPEED ops/sec" - name: Store benchmark results - uses: actions/cache@v3 + uses: actions/cache@v6 with: path: benchmark-results/ key: benchmark-${{ github.sha }} diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index bd2ce71..d41df2b 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -50,7 +50,7 @@ jobs: cache: 'npm' - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v6 id: cache-node-modules with: path: node_modules @@ -81,7 +81,7 @@ jobs: cache: 'npm' - name: Restore node_modules cache - uses: actions/cache@v3 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }} @@ -105,7 +105,7 @@ jobs: cache: 'npm' - name: Restore node_modules cache - uses: actions/cache@v3 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }} @@ -129,7 +129,7 @@ jobs: cache: 'npm' - name: Restore node_modules cache - uses: actions/cache@v3 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }} @@ -156,7 +156,7 @@ jobs: cache: 'npm' - name: Restore node_modules cache - uses: actions/cache@v3 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }} @@ -188,7 +188,7 @@ jobs: cache: 'npm' - name: Restore node_modules cache - uses: actions/cache@v3 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }} @@ -230,7 +230,7 @@ jobs: cache: 'npm' - name: Restore node_modules cache - uses: actions/cache@v3 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }}