Skip to content

Commit

Permalink
Run checkout before attempting PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
tommie committed Dec 24, 2023
1 parent 9e2750e commit e0c031c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/v8build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e0c031c

Please sign in to comment.