Skip to content

Commit 8e18082

Browse files
authored
ci: Use default fetch-depth of 1 for checkout step (#375)
1 parent 77862e8 commit 8e18082

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/build_pull_request.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4
16-
with:
17-
fetch-depth: 0
1816

1917
- name: Cache Gradle
2018
uses: burrunan/gradle-cache-action@v1

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4
21-
with:
22-
# Make sure the release step uses its own credentials:
23-
# https://github.com/cycjimmy/semantic-release-action#private-packages
24-
persist-credentials: false
25-
fetch-depth: 0
2621

2722
- name: Cache Gradle
2823
uses: burrunan/gradle-cache-action@v1

0 commit comments

Comments
 (0)