From d189ac98c0d334e7038edb2a13d09e947a6ba80d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 16:03:15 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/cache](https://github.com/actions/cache) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/cache` from 4 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/v4...v6) Updates `codecov/codecov-action` from 7.0.0 to 7.1.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v7.0.0...v7.1.1) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-gh-pages.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/pytest.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index 7ead0e8..c26ac3a 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -55,7 +55,7 @@ jobs: # Same cache as the docs check: social cards and the external assets the # privacy plugin downloads, so a deploy does not re-fetch them. - name: Restore social card and external asset cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: .cache key: mkdocs-material-${{ hashFiles('mkdocs.yml', 'docs/**') }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 34b0dd5..7482c5a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -38,7 +38,7 @@ jobs: # .cache. Without it every build re-fetches them, and a strict build # turns a single failed download into a build failure. - name: Restore social card and external asset cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: .cache key: mkdocs-material-${{ hashFiles('mkdocs.yml', 'docs/**') }} diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 8f064d7..cb94faa 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -35,7 +35,7 @@ jobs: - name: Upload coverage reports to Codecov if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13' - uses: codecov/codecov-action@v7.0.0 + uses: codecov/codecov-action@v7.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} slug: IsolationKernel/ikpykit