From 19d0169b5c96e734cac688c12f9937c81a4aaa98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 03:12:41 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 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/v5...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/ci.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/wheels.yml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfef97c..51472ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: submodules: true - name: Cache pip - uses: actions/cache@v5 + uses: actions/cache@v6 with: key: cache--${{ matrix.os }}--${{ matrix.python }}--${{ hashFiles('./requirements*.txt', './Makefile') }} restore-keys: cache--${{ matrix.os }}--${{ matrix.python }}-- @@ -86,7 +86,7 @@ jobs: submodules: true - name: Cache pip - uses: actions/cache@v5 + uses: actions/cache@v6 with: key: lint--${{ hashFiles('./requirements*.txt', './Makefile') }} restore-keys: lint-- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6f77eed..f91405d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -29,7 +29,7 @@ jobs: submodules: true - name: Cache pip - uses: actions/cache@v5 + uses: actions/cache@v6 with: key: codeql-analysis--${{ github.event.inputs.os }}--${{ github.event.inputs.python }}--${{ hashFiles('./requirements-dev.txt') }} path: ~/.cache/pip diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index dca876f..b0fee51 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -140,7 +140,7 @@ jobs: platforms: all - name: Cache pip - uses: actions/cache@v5 + uses: actions/cache@v6 with: key: linux--${{ hashFiles('./requirements-dev.txt') }} path: ~/.cache/pip @@ -188,7 +188,7 @@ jobs: submodules: true - name: Cache pip - uses: actions/cache@v5 + uses: actions/cache@v6 with: key: pyodide--${{ hashFiles('./requirements-dev.txt') }} path: ~/.cache/pip @@ -234,7 +234,7 @@ jobs: submodules: true - name: Cache pip - uses: actions/cache@v5 + uses: actions/cache@v6 with: key: windows--${{ hashFiles('./requirements-dev.txt') }} path: ~/.cache/pip @@ -282,7 +282,7 @@ jobs: submodules: true - name: Cache pip - uses: actions/cache@v5 + uses: actions/cache@v6 with: key: windows--${{ hashFiles('./requirements-dev.txt') }} path: ~/.cache/pip