From c571e83a0172c07fdc13a4c1603774c61b52403b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:37:01 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 in the gh-actions group Bumps the gh-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 6 +++--- .github/workflows/release.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3742f7d..03bea7f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -29,7 +29,7 @@ jobs: fail-fast: false runs-on: ${{ matrix.os.image }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - run: echo " " >> pom.xml # make sure the cache is slightly different for these runners - name: Set up JDK uses: actions/setup-java@v5 @@ -53,7 +53,7 @@ jobs: checker-framework: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - run: echo " " >> pom.xml # make sure the cache is slightly different for the checker framework - name: Set up JDK 11 uses: actions/setup-java@v5 @@ -67,7 +67,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up JDK 11 uses: actions/setup-java@v5 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f836547..f4fb5c2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ jobs: publish: runs-on: macos-latest # for now build on macos for the jni steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # build jni libs on osx - run: ./update-rust-jni-libs.sh -r