From a2338ab1f956e5551cd607babfa3f747ee80b22f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 07:48:31 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [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/v3...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 93eeb74..f84d2d8 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -23,7 +23,7 @@ jobs: matrix: java: ['11', '17', '21'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Run tests run: | sed -i 's#//| mill-jvm-version: 11#//| mill-jvm-version: ${{ matrix.java }}#' build.mill @@ -32,7 +32,7 @@ jobs: check-binary-compatibility: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Check Binary Compatibility @@ -52,7 +52,7 @@ jobs: LC_ALL: "en_US.UTF-8" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Publish to Maven Central run: ./mill -i mill.scalalib.SonatypeCentralPublishModule/