Skip to content

Commit

Permalink
Remove checkout action from CI, since it's included in setup-maven-ac…
Browse files Browse the repository at this point in the history
…tion (#309)
  • Loading branch information
abelsromero authored Nov 3, 2024
1 parent b63d7e0 commit d1c3b8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-maven-4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
- 4.0.0-beta-5
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: s4u/[email protected]
with:
java-distribution: 'temurin'
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
- 3.9.9
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: s4u/[email protected]
with:
java-distribution: 'temurin'
Expand Down

0 comments on commit d1c3b8d

Please sign in to comment.