From 8cbdf2b7f2d90ed6662f6cf5035b2858933a26d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Beli=C3=ABn?= Date: Mon, 6 Mar 2023 20:36:43 +0100 Subject: [PATCH] Upgrade actions/checkout --- .github/workflows/deploy.yml | 2 +- .github/workflows/update-data.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 46c1242..da5920b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name == 'push' || github.event.workflow_run.conclusion == 'success' }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: repository: ${{ github.repository_owner }}/equalstreetnames persist-credentials: false diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index 5295f6d..2e1d235 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -19,7 +19,7 @@ jobs: update-data: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: repository: EqualStreetNames/equalstreetnames persist-credentials: false