From 2e15ff33301d3db65d291e897452b42702024878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:07:48 +0000 Subject: [PATCH] ci(deps): bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [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...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-label-copilot-review.yml | 2 +- .github/workflows/auto-label.yml | 2 +- .github/workflows/commitlint.yml | 2 +- .github/workflows/publish-binaries.yml | 4 ++-- .github/workflows/quality-checks.yml | 2 +- .github/workflows/security-scan.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/auto-label-copilot-review.yml b/.github/workflows/auto-label-copilot-review.yml index b358b1f..901ef24 100644 --- a/.github/workflows/auto-label-copilot-review.yml +++ b/.github/workflows/auto-label-copilot-review.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 4bdb236..b03edfd 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 1743cff..a61921f 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/publish-binaries.yml b/.github/workflows/publish-binaries.yml index e24b5ea..c27a3cd 100644 --- a/.github/workflows/publish-binaries.yml +++ b/.github/workflows/publish-binaries.yml @@ -44,7 +44,7 @@ jobs: script: geeto:build:windows steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Setup Bun uses: oven-sh/setup-bun@v1 @@ -71,7 +71,7 @@ jobs: needs: build-binaries steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Setup Bun uses: oven-sh/setup-bun@v1 diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index bf62a4b..42fe2f2 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 7c7bfa4..c2a6a6c 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup Bun uses: oven-sh/setup-bun@v1