From c12b2e2f00b5c157f5d1362bb2bfa2cabdd19c76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 23:44:23 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.2.2 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.2. - [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/v4.2.2...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c47d18c..8f45945 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.2 - name: Mask existing system Python run: sudo rm -r /usr/bin/python* @@ -94,7 +94,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.2 with: # https://github.com/py-cov-action/python-coverage-comment-action/commit/2e8dc23 fetch-depth: 1000 @@ -135,7 +135,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.2 # Install the cosign tool except on PR # https://github.com/sigstore/cosign-installer