From e74cbc246a7f0482cfe10c4377a5e9ce0917f127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 19:32:14 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 6.0.2 in the patch group Bumps the patch group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 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/v6...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- .github/workflows/install-kittycad-cli-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install-kittycad-cli-test.yml b/.github/workflows/install-kittycad-cli-test.yml index bd47f67..28edde4 100644 --- a/.github/workflows/install-kittycad-cli-test.yml +++ b/.github/workflows/install-kittycad-cli-test.yml @@ -10,7 +10,7 @@ jobs: os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.2 - uses: ./ id: install-zoo - name: check-install @@ -21,7 +21,7 @@ jobs: convert-with-powershell: runs-on: windows-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.2 - uses: ./ id: install-zoo - name: convert