Skip to content

Commit d1c3b8d

Browse files
authored
Remove checkout action from CI, since it's included in setup-maven-action (#309)
1 parent b63d7e0 commit d1c3b8d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/build-maven-4.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
- 4.0.0-beta-5
2626
runs-on: ${{ matrix.os }}
2727
steps:
28-
- uses: actions/checkout@v4
29-
with:
30-
fetch-depth: 1
3128
- uses: s4u/setup-maven-action@v1.15.0
3229
with:
3330
java-distribution: 'temurin'

.github/workflows/build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
- 3.9.9
2727
runs-on: ${{ matrix.os }}
2828
steps:
29-
- uses: actions/checkout@v4
30-
with:
31-
fetch-depth: 1
3229
- uses: s4u/setup-maven-action@v1.15.0
3330
with:
3431
java-distribution: 'temurin'

0 commit comments

Comments
 (0)