From d6450338571147ecf7e8b81b2ddc742089ce409b Mon Sep 17 00:00:00 2001 From: Robert Duncan <74115869+robproject@users.noreply.github.com> Date: Sat, 21 Oct 2023 08:14:19 -0700 Subject: [PATCH] chore: update main.yaml --- .github/workflows/main.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 62f37d8..84ad799 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -10,10 +10,9 @@ jobs: Diff: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.ref }} - fetch-depth: 2 - name: Setup requirements and run script run: |