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