From a760d1e48a0c0f954ef5c0e458b7963cf8a44880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:42:52 +0000 Subject: [PATCH] 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/ci-cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 25a707cf..250c218d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -42,7 +42,7 @@ jobs: node-version: ["20.x"] steps: - name: Checkout current branch - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Setup Scala and Java @@ -101,7 +101,7 @@ jobs: scala: ["2.12.20", "2.13.16", "3.3.6"] steps: - name: Checkout current branch - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Setup Scala and Java @@ -138,7 +138,7 @@ jobs: scala: ["2.12.20", "2.13.16", "3.3.6"] steps: - name: Checkout current branch - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Install libuv @@ -249,7 +249,7 @@ jobs: LC_ALL: "en_US.UTF-8" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0