From 89dd342c8b11a9f96324592ad879c9fc1cdd4db0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 11:03:46 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 in the actions-deps group Bumps the actions-deps group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/build-release.yml | 10 +++++----- .github/workflows/cli-headless-e2e.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/dotnet-test.yml | 2 +- .github/workflows/translation-validation.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 775b1201c1..8e77574e08 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Resolve build parameters id: info @@ -101,7 +101,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Validate GitHub OAuth secrets shell: pwsh @@ -331,7 +331,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install .NET uses: actions/setup-dotnet@v5 @@ -371,7 +371,7 @@ jobs: - name: Check out Devolutions/actions if: ${{ runner.os == 'macOS' && fromJSON(needs.preflight.outputs.dry-run) == false }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: Devolutions/actions ref: v1 @@ -611,7 +611,7 @@ jobs: - name: Check out Devolutions/actions if: ${{ fromJSON(needs.preflight.outputs.dry-run) == false }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: Devolutions/actions ref: v1 diff --git a/.github/workflows/cli-headless-e2e.yml b/.github/workflows/cli-headless-e2e.yml index bcc2cd50ea..d1c5e1cc68 100644 --- a/.github/workflows/cli-headless-e2e.yml +++ b/.github/workflows/cli-headless-e2e.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup .NET SDK uses: actions/setup-dotnet@v5 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 013f933114..7fcaf324fa 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -53,7 +53,7 @@ jobs: # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/dotnet-test.yml b/.github/workflows/dotnet-test.yml index f5fb5b5b74..6592f48eab 100644 --- a/.github/workflows/dotnet-test.yml +++ b/.github/workflows/dotnet-test.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/translation-validation.yml b/.github/workflows/translation-validation.yml index 7bed9ca219..8bbf36e80c 100644 --- a/.github/workflows/translation-validation.yml +++ b/.github/workflows/translation-validation.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Validate translation file structure shell: pwsh