Skip to content

Commit

Permalink
Use fetch-depth: 0 instead
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
eapolinario committed Feb 26, 2024
1 parent bfcb08f commit 0c6a808
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ jobs:
- uses: insightsengineering/disk-space-reclaimer@v1
- uses: actions/checkout@v4
with:
filter: tree:0
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
@@ -75,7 +75,7 @@ jobs:
- uses: insightsengineering/disk-space-reclaimer@v1
- uses: actions/checkout@v4
with:
filter: tree:0
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
@@ -114,7 +114,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
filter: tree:0
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
@@ -155,7 +155,7 @@ jobs:
# and tags to work.
- uses: actions/checkout@v4
with:
filter: tree:0
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
@@ -273,7 +273,7 @@ jobs:
- uses: insightsengineering/disk-space-reclaimer@v1
- uses: actions/checkout@v4
with:
filter: tree:0
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
@@ -316,7 +316,7 @@ jobs:
- name: Fetch the code
uses: actions/checkout@v4
with:
filter: tree:0
fetch-depth: 0
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:

0 comments on commit 0c6a808

Please sign in to comment.