From cd9bce901b5f24e4e19c72f40f7c1f67b31c16e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 07:10:07 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- .github/workflows/update-conformance-test-reports.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61cdb18..c27c8b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,11 +11,11 @@ jobs: working-directory: jspecify-reference-checker steps: - name: Check out jspecify-reference checker - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: jspecify-reference-checker - name: Check out jspecify - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: jspecify/jspecify path: jspecify @@ -47,7 +47,7 @@ jobs: if: github.repository == 'jspecify/jspecify-reference-checker' && github.ref_name == 'main' && github.event_name == 'push' steps: - name: Check out the code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Java uses: actions/setup-java@v5 with: diff --git a/.github/workflows/update-conformance-test-reports.yml b/.github/workflows/update-conformance-test-reports.yml index 6e02d80..a45252d 100644 --- a/.github/workflows/update-conformance-test-reports.yml +++ b/.github/workflows/update-conformance-test-reports.yml @@ -25,13 +25,13 @@ jobs: distribution: temurin java-version: 17 - name: Check out JSpecify - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: jspecify/jspecify ref: main path: jspecify - name: Check out the Reference Checker - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 path: reference-checker