mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 04:21:08 +00:00
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Run link check
|
- name: Run link check
|
||||||
uses: gaurav-nelson/github-action-markdown-link-check@1.0.17
|
uses: gaurav-nelson/github-action-markdown-link-check@1.0.17
|
||||||
with:
|
with:
|
||||||
|
|||||||
12
.github/workflows/maven.yml
vendored
12
.github/workflows/maven.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout this PR planetiler-openmaptiles repo
|
- name: Checkout this PR planetiler-openmaptiles repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Set up JDK 21
|
- name: Set up JDK 21
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout this PR planetiler-openmaptiles repo
|
- name: Checkout this PR planetiler-openmaptiles repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Set up JDK ${{ matrix.jdk }}
|
- name: Set up JDK ${{ matrix.jdk }}
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
@@ -60,7 +60,7 @@ jobs:
|
|||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout this PR planetiler-openmaptiles repo
|
- name: Checkout this PR planetiler-openmaptiles repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Set up JDK 21
|
- name: Set up JDK 21
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
@@ -77,7 +77,7 @@ jobs:
|
|||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout this PR planetiler-openmaptiles repo
|
- name: Checkout this PR planetiler-openmaptiles repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Cache data/sources
|
- name: Cache data/sources
|
||||||
uses: ./.github/cache-sources-action
|
uses: ./.github/cache-sources-action
|
||||||
- name: Set up JDK
|
- name: Set up JDK
|
||||||
@@ -106,13 +106,13 @@ jobs:
|
|||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout parent Planetiler repo
|
- name: Checkout parent Planetiler repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
repository: onthegomap/planetiler
|
repository: onthegomap/planetiler
|
||||||
ref: main
|
ref: main
|
||||||
path: planetiler
|
path: planetiler
|
||||||
- name: Checkout this PR planetiler-openmaptiles repo
|
- name: Checkout this PR planetiler-openmaptiles repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
path: planetiler-openmaptiles
|
path: planetiler-openmaptiles
|
||||||
- name: Move planetiler-openmaptiles into planetiler
|
- name: Move planetiler-openmaptiles into planetiler
|
||||||
|
|||||||
4
.github/workflows/performance.yml
vendored
4
.github/workflows/performance.yml
vendored
@@ -28,12 +28,12 @@ jobs:
|
|||||||
access_token: ${{ github.token }}
|
access_token: ${{ github.token }}
|
||||||
|
|
||||||
- name: 'Checkout PT-OMT PR branch'
|
- name: 'Checkout PT-OMT PR branch'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
path: branch
|
path: branch
|
||||||
|
|
||||||
- name: 'Checkout PT-OMT base'
|
- name: 'Checkout PT-OMT base'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
path: base
|
path: base
|
||||||
ref: ${{ github.event.pull_request.base.sha }}
|
ref: ${{ github.event.pull_request.base.sha }}
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
version = context.payload.inputs.version;
|
version = context.payload.inputs.version;
|
||||||
if (/^v/.test(version)) throw new Error("Bad version number: " + version)
|
if (/^v/.test(version)) throw new Error("Bad version number: " + version)
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- name: Cache data/sources
|
- name: Cache data/sources
|
||||||
uses: ./.github/cache-sources-action
|
uses: ./.github/cache-sources-action
|
||||||
- uses: actions/setup-java@v4
|
- uses: actions/setup-java@v4
|
||||||
|
|||||||
2
.github/workflows/snapshot.yml
vendored
2
.github/workflows/snapshot.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- name: Set up JDK
|
- name: Set up JDK
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
.github/workflows/update-pr.yml
vendored
2
.github/workflows/update-pr.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# report status back to pull request
|
# report status back to pull request
|
||||||
- uses: haya14busa/action-workflow_run-status@v1
|
- uses: haya14busa/action-workflow_run-status@v1
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- name: 'Download branch build info'
|
- name: 'Download branch build info'
|
||||||
uses: dawidd6/action-download-artifact@v11
|
uses: dawidd6/action-download-artifact@v11
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user