From c9de23fbafc9158314e24ce5a9bf38ed74aad708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 16:05:19 +0100 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#14) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout 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/deploy.yml | 6 +++--- .github/workflows/update-data.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0cf7f19..152fdd2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: validate-geojson: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Validate GeoJSON uses: docker://orrosenblatt/validate-json-action:latest env: @@ -27,7 +27,7 @@ jobs: validate-metadata: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Validate "metadata.json" uses: docker://orrosenblatt/validate-json-action:latest env: @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name == 'push' || github.event.workflow_run.conclusion == 'success' }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: ${{ github.repository_owner }}/equalstreetnames persist-credentials: false diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index 6e588a7..7a7180d 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -22,7 +22,7 @@ jobs: update-data: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: ${{ github.repository_owner }}/equalstreetnames persist-credentials: false