From caccd41854636368ab3ec3d64a6f900b2e6c17ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:10:11 +0200 Subject: [PATCH] Bump actions/checkout from 6 to 7 (#4190) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v6...v6.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=6&new-version=7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/automated-tests.yaml | 4 ++-- .github/workflows/codeql.yaml | 2 +- .github/workflows/dep-review.yaml | 2 +- .github/workflows/electron-rebuild.yaml | 2 +- .github/workflows/release-notes.yaml | 2 +- .github/workflows/spellcheck.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/automated-tests.yaml b/.github/workflows/automated-tests.yaml index dd3e588b..dd01a36a 100644 --- a/.github/workflows/automated-tests.yaml +++ b/.github/workflows/automated-tests.yaml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 15 steps: - name: "Checkout code" - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: "Use Node.js" uses: actions/setup-node@v6 with: @@ -46,7 +46,7 @@ jobs: sudo apt-get update sudo apt-get install -y libnss3 libasound2t64 labwc - name: "Checkout code" - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: "Use Node.js ${{ matrix.node-version }}" uses: actions/setup-node@v6 with: diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 3dab6915..910fd724 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -23,7 +23,7 @@ jobs: language: [actions, javascript-typescript] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: github/codeql-action/init@v4 with: diff --git a/.github/workflows/dep-review.yaml b/.github/workflows/dep-review.yaml index b4b376dc..9fe03c35 100644 --- a/.github/workflows/dep-review.yaml +++ b/.github/workflows/dep-review.yaml @@ -13,6 +13,6 @@ jobs: runs-on: ubuntu-slim steps: - name: "Checkout code" - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: "Dependency Review" uses: actions/dependency-review-action@v5 diff --git a/.github/workflows/electron-rebuild.yaml b/.github/workflows/electron-rebuild.yaml index 2464e786..b8c7fc32 100644 --- a/.github/workflows/electron-rebuild.yaml +++ b/.github/workflows/electron-rebuild.yaml @@ -14,7 +14,7 @@ jobs: node-version: [22.x, 24.x, 26.x] steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: "Use Node.js ${{ matrix.node-version }}" uses: actions/setup-node@v6 with: diff --git a/.github/workflows/release-notes.yaml b/.github/workflows/release-notes.yaml index 12303e5d..29418f90 100644 --- a/.github/workflows/release-notes.yaml +++ b/.github/workflows/release-notes.yaml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 15 steps: - name: "Checkout code" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: "0" - name: "Use Node.js" diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index 600386e3..e3654fd8 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-slim steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: develop - name: Set up Node.js