From 135de3f1668e2ccf41d374245af0a35de3865471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 08:13:37 +0000 Subject: [PATCH] [Dependabot]: 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/Pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Pipeline.yml b/.github/workflows/Pipeline.yml index f65c8a6..0e5220b 100644 --- a/.github/workflows/Pipeline.yml +++ b/.github/workflows/Pipeline.yml @@ -35,7 +35,7 @@ jobs: steps: - name: ⏬ Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive @@ -136,7 +136,7 @@ jobs: steps: - name: ⏬ Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive @@ -239,7 +239,7 @@ jobs: steps: - name: ⏬ Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: OsvvmLibraries submodules: recursive