Skip to content

Commit

Permalink
Remove fetch-depth:0 from GHA checkout (#8810)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyri-petrou committed May 2, 2024
1 parent 9eb1270 commit f4042b6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ jobs:
steps:
- name: Checkout Current Branch
uses: actions/checkout@v4.1.1
with:
fetch-depth: '0'

- name: Setup Scala and Java
uses: actions/setup-java@v4.2.1
with:
Expand Down Expand Up @@ -284,8 +281,6 @@ jobs:
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v4.2.1
with:
Expand All @@ -309,9 +304,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0

- uses: actions/download-artifact@v3
with:
name: website-artifact
Expand All @@ -331,7 +323,6 @@ jobs:
uses: actions/checkout@v4.1.1
with:
ref: ${{ github.head_ref }}
fetch-depth: '0'
- name: Commit Changes
run: |
cd website
Expand Down

0 comments on commit f4042b6

Please sign in to comment.