From d6bd8f85418e031b00e537116f76f1587a8074f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 04:07:01 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4.2.4 to 4.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [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/0400d5f644dc74513175e3cd8d07132dd4860809...0057852bfaa89a56745cba8c7296529d2fc39830) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint_changed_files.yml | 4 ++-- .github/workflows/run_affected_benchmarks.yml | 2 +- .github/workflows/run_affected_examples.yml | 2 +- .github/workflows/run_affected_tests.yml | 2 +- .github/workflows/run_tests_coverage.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint_changed_files.yml b/.github/workflows/lint_changed_files.yml index fa4974429fa7..8bf6381ae4c2 100644 --- a/.github/workflows/lint_changed_files.yml +++ b/.github/workflows/lint_changed_files.yml @@ -75,7 +75,7 @@ jobs: # Restore cache if up-to-date: - name: 'Restore cache if up-to-date' # Pin action to full length commit SHA - uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 id: cache with: path: | @@ -138,7 +138,7 @@ jobs: # Save cache after editorconfig-checker binary has been downloaded: - name: 'Save cache after editorconfig-checker binary has been downloaded' if: always() && steps.cache.outputs.cache-hit != 'true' - uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ${{ github.workspace }}/node_modules key: ${{ steps.cache.outputs.cache-primary-key }} diff --git a/.github/workflows/run_affected_benchmarks.yml b/.github/workflows/run_affected_benchmarks.yml index 0e0c5e39c1a5..1605ddfad870 100644 --- a/.github/workflows/run_affected_benchmarks.yml +++ b/.github/workflows/run_affected_benchmarks.yml @@ -91,7 +91,7 @@ jobs: # Cache dependencies: - name: 'Cache dependencies' # Pin action to full length commit SHA - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 id: cache with: path: | diff --git a/.github/workflows/run_affected_examples.yml b/.github/workflows/run_affected_examples.yml index bbb3217e6282..99efecc17c8a 100644 --- a/.github/workflows/run_affected_examples.yml +++ b/.github/workflows/run_affected_examples.yml @@ -88,7 +88,7 @@ jobs: # Cache dependencies: - name: 'Cache dependencies' # Pin action to full length commit SHA - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 id: cache with: path: | diff --git a/.github/workflows/run_affected_tests.yml b/.github/workflows/run_affected_tests.yml index 18eae450c280..dffa432b83c3 100644 --- a/.github/workflows/run_affected_tests.yml +++ b/.github/workflows/run_affected_tests.yml @@ -123,7 +123,7 @@ jobs: # Cache dependencies: - name: 'Cache dependencies' # Pin action to full length commit SHA - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 id: cache with: path: | diff --git a/.github/workflows/run_tests_coverage.yml b/.github/workflows/run_tests_coverage.yml index cda77c76428a..e0449a18366a 100644 --- a/.github/workflows/run_tests_coverage.yml +++ b/.github/workflows/run_tests_coverage.yml @@ -126,7 +126,7 @@ jobs: # Cache dependencies: - name: 'Cache dependencies' # Pin action to full length commit SHA - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 id: cache with: path: |