From 93f69310f2d4b215a3f530a2decaf2680daa7c65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 11:52:32 +0000 Subject: [PATCH] ci(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/bump-version.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/licensecheck.yml | 2 +- .github/workflows/markdown-lint.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92dad796..a2107b3f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,7 +100,7 @@ jobs: - name: Git Checkout - uses: actions/checkout@v6 # https://github.com/actions/checkout + uses: actions/checkout@v7 # https://github.com/actions/checkout with: fetch-depth: 0 # required to prevent tycho-p2-extras-plugin:compare-version-with-baseline potentially failing the build diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index fb23c6aa..eed44aca 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -44,7 +44,7 @@ jobs: - name: Git Checkout - uses: actions/checkout@v6 # https://github.com/actions/checkout + uses: actions/checkout@v7 # https://github.com/actions/checkout with: fetch-depth: 0 # required to prevent tycho-p2-extras-plugin:compare-version-with-baseline potentially failing the build diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 91248a4e..3db09e2f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -90,7 +90,7 @@ jobs: - name: Git Checkout - uses: actions/checkout@v6 # https://github.com/actions/checkout + uses: actions/checkout@v7 # https://github.com/actions/checkout - name: "Install: JDK 21 for Compilation ☕" diff --git a/.github/workflows/licensecheck.yml b/.github/workflows/licensecheck.yml index 1bfd9fc6..fbc16556 100644 --- a/.github/workflows/licensecheck.yml +++ b/.github/workflows/licensecheck.yml @@ -62,7 +62,7 @@ jobs: - name: Git Checkout - uses: actions/checkout@v6 # https://github.com/actions/checkout + uses: actions/checkout@v7 # https://github.com/actions/checkout - name: "Install: JDK ${{ env.JAVA_VERSION }} ☕" diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index 225df561..7407ba51 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -44,7 +44,7 @@ jobs: - name: Git Checkout - uses: actions/checkout@v6 # https://github.com/actions/checkout + uses: actions/checkout@v7 # https://github.com/actions/checkout - name: "Install: Node"