From f2871191909b60ee565715490e5b6279cedfd360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 05:52:23 +0000 Subject: [PATCH] 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/ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adc253936..2c87f6900 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: BUILD_KEY: ${{matrix.scalaVersion}}_${{matrix.scalaPlatform}} steps: - name: Checkout current branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ env.CHECKOUT_REF }} @@ -112,7 +112,7 @@ jobs: BUILD_KEY: ${{matrix.scalaVersion}}_${{matrix.scalaPlatform}} steps: - name: Checkout current branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ env.CHECKOUT_REF }} @@ -155,7 +155,7 @@ jobs: BUILD_KEY: ${{matrix.scalaVersion}}_jvm steps: - name: Checkout current branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ env.CHECKOUT_REF }} @@ -188,7 +188,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout current branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ env.CHECKOUT_REF }} @@ -220,7 +220,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout current branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ env.CHECKOUT_REF }} @@ -258,7 +258,7 @@ jobs: tests: ${{ steps.list.outputs.tests }} steps: - name: Checkout current branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ env.CHECKOUT_REF }} @@ -280,7 +280,7 @@ jobs: test: ${{ fromJSON(needs.sbt-plugin-discover.outputs.tests) }} steps: - name: Checkout current branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ env.CHECKOUT_REF }} @@ -321,7 +321,7 @@ jobs: project: ["millCodegenPlugin0_11", "millCodegenPlugin0_12", "millCodegenPlugin13"] steps: - name: Checkout current branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ env.CHECKOUT_REF }} @@ -409,7 +409,7 @@ jobs: BUILD_KEY: ${{matrix.scalaVersion}}_${{matrix.scalaPlatform}} steps: - name: Checkout current branch (full) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ env.CHECKOUT_REF }} @@ -471,7 +471,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout current branch (full) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ env.CHECKOUT_REF }} @@ -521,7 +521,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout current branch (full) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{ env.CHECKOUT_REF }}