Skip to content

Commit

Permalink
refactor: use extracted actions
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenWaygate committed Feb 23, 2025
1 parent 959a6c3 commit aaa3c57
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/kotlin-jvm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,3 @@ jobs:
with:
java-version: 8
distribution: temurin
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: "8"
distribution: "temurin"

- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v4

0 comments on commit aaa3c57

Please sign in to comment.