From 5777c45d57d7e622fdb2ca9a02d5d3f88f044bc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 12:10:10 +0000 Subject: [PATCH] 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/coverage.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b9843906..8e0dc409 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -26,7 +26,7 @@ jobs: sudo locale-gen ps_AF.UTF-8 - name: Cache GNU GMP builds id: cache-gmp - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .local key: ${{ matrix.os }}-${{ hashFiles('scripts/*') }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bc195d5f..6a83e0be 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: - run: pip install build - name: Cache GNU GMP builds id: cache-gmp - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .local key: ${{ matrix.os }}-${{ hashFiles('scripts/*') }}