From 15e6ecdd55ca515fb2497c8d3a0a4d4764b0e9db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 15:43:54 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-for-updates.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-for-updates.yml b/.github/workflows/check-for-updates.yml index ab08634..ea6c3de 100644 --- a/.github/workflows/check-for-updates.yml +++ b/.github/workflows/check-for-updates.yml @@ -30,7 +30,7 @@ jobs: java-version: '17' - name: Check out the source code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Check if 'extmap' files are up-to-date # I haven't found any good way to send a notification from a diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 261fccd..5cf9964 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: java-version: '17' - name: Check out the source code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # To make automated copyright notice check below work. Can this be optimized? fetch-depth: 0