From 1ba1a5464ee732b8328cc35a481eefad91a708d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 09:40:07 +0200 Subject: [PATCH] Bump actions/checkout from 4 to 5 (#254) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- .github/workflows/maven.yml | 12 ++++++------ .github/workflows/performance.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/snapshot.yml | 2 +- .github/workflows/update-pr.yml | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8d9e36f..e9ca979 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Run link check uses: gaurav-nelson/github-action-markdown-link-check@1.0.17 with: diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b0aacbf..bb30aa5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout this PR planetiler-openmaptiles repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up JDK 21 uses: actions/setup-java@v4 with: @@ -38,7 +38,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout this PR planetiler-openmaptiles repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up JDK ${{ matrix.jdk }} uses: actions/setup-java@v4 with: @@ -60,7 +60,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout this PR planetiler-openmaptiles repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up JDK 21 uses: actions/setup-java@v4 with: @@ -77,7 +77,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout this PR planetiler-openmaptiles repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Cache data/sources uses: ./.github/cache-sources-action - name: Set up JDK @@ -106,13 +106,13 @@ jobs: timeout-minutes: 15 steps: - name: Checkout parent Planetiler repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: onthegomap/planetiler ref: main path: planetiler - name: Checkout this PR planetiler-openmaptiles repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: planetiler-openmaptiles - name: Move planetiler-openmaptiles into planetiler diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index fa7c88c..c5f056d 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -28,12 +28,12 @@ jobs: access_token: ${{ github.token }} - name: 'Checkout PT-OMT PR branch' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: branch - name: 'Checkout PT-OMT base' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: base ref: ${{ github.event.pull_request.base.sha }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c204d0..360cc23 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: script: | version = context.payload.inputs.version; if (/^v/.test(version)) throw new Error("Bad version number: " + version) - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Cache data/sources uses: ./.github/cache-sources-action - uses: actions/setup-java@v4 diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 2554e79..efaa939 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up JDK uses: actions/setup-java@v4 with: diff --git a/.github/workflows/update-pr.yml b/.github/workflows/update-pr.yml index 76fa17a..e7bac11 100644 --- a/.github/workflows/update-pr.yml +++ b/.github/workflows/update-pr.yml @@ -18,7 +18,7 @@ jobs: steps: # report status back to pull request - uses: haya14busa/action-workflow_run-status@v1 - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: 'Download branch build info' uses: dawidd6/action-download-artifact@v11 with: