diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4859809..10bcc98 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@v3 + uses: actions/checkout@v4 - name: Run link check uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 with: diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9df7ed0..9df74c7 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@v3 + uses: actions/checkout@v4 - name: Set up JDK 17 uses: actions/setup-java@v3 with: @@ -43,7 +43,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout this PR planetiler-openmaptiles repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.jdk }} uses: actions/setup-java@v3 with: @@ -65,7 +65,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout this PR planetiler-openmaptiles repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up JDK 17 uses: actions/setup-java@v3 with: @@ -82,7 +82,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout this PR planetiler-openmaptiles repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Cache data/sources uses: ./.github/cache-sources-action - name: Set up JDK @@ -111,13 +111,13 @@ jobs: timeout-minutes: 15 steps: - name: Checkout parent Planetiler repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: onthegomap/planetiler ref: main path: planetiler - name: Checkout this PR planetiler-openmaptiles repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: planetiler-openmaptiles - name: Move planetiler-openmaptiles into planetiler diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 5048f25..ca9bcc7 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@v3 + uses: actions/checkout@v4 with: path: branch - name: 'Checkout PT-OMT base' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: base ref: ${{ github.event.pull_request.base.sha }} diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 8cd6602..af25eed 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@v3 + - uses: actions/checkout@v4 - name: Set up JDK uses: actions/setup-java@v3 with: diff --git a/.github/workflows/update-pr.yml b/.github/workflows/update-pr.yml index e4b6b9d..d63c72a 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@v3 + - uses: actions/checkout@v4 - name: 'Download branch build info' uses: dawidd6/action-download-artifact@v2 with: