From 7240193158b1b2e5e4b28e3ae65d73b06515086c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:24:16 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 5.0.0 to 6.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0bf12d..9b07606 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 - name: Mask existing system Python run: sudo rm -r /usr/bin/python* @@ -106,7 +106,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 with: # https://github.com/py-cov-action/python-coverage-comment-action/commit/2e8dc23 fetch-depth: 1000 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 51e7e41..edba637 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 with: ref: ${{ github.ref_name}}