From 5053d2c8ea119640cf84edf2abb1b46d91300b33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 21:11:24 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.2.2 to 6.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 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/v4.2.2...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/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2420b96..476cf10 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: runs-on: windows-latest steps: - name: Check out code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 @@ -32,7 +32,7 @@ jobs: if: contains(github.ref, 'master') steps: - name: Check out code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0