From e0c031c41e5b55624366f541cdaeb35753d3b6cf Mon Sep 17 00:00:00 2001 From: Tommie Gannert Date: Sun, 24 Dec 2023 09:38:10 +0100 Subject: [PATCH] Run checkout before attempting PR. --- .github/workflows/v8build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/v8build.yml b/.github/workflows/v8build.yml index 872fd12f..da99ca74 100644 --- a/.github/workflows/v8build.yml +++ b/.github/workflows/v8build.yml @@ -65,7 +65,7 @@ jobs: run: python3 -m ensurepip --default-pip && python3 -m pip install --upgrade setuptools - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: true fetch-depth: 1 @@ -93,6 +93,11 @@ jobs: needs: build runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v4 + with: + fetch-depth: 1 + - name: Download Artifacts uses: actions/download-artifact@v4 with: