From c4b8da03f3e70ad00670cdc71502b30164c4ba58 Mon Sep 17 00:00:00 2001 From: Josh Burt Date: Fri, 13 Oct 2023 13:37:50 -0700 Subject: [PATCH] Revert "chore(deps): update actions/checkout action to v4" (#175) --- .github/workflows/pull-request.yml | 2 +- .github/workflows/python-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d0b5f04d..c1ba9e26 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -8,7 +8,7 @@ jobs: runs-on: self-hosted steps: - name: Retrieve the source code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 with: fetch-depth: 0 - name: Linting diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index d8762566..f6453542 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -10,7 +10,7 @@ jobs: runs-on: self-hosted steps: - name: Retrieve the source code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3 with: fetch-depth: 0 - name: Build the package