Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #147 from nuhkoca/master
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Oct 13, 2021
2 parents 1a9b4b4 + 5633707 commit aa14835
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
uses: actions/checkout@v2

- name: Setup Java
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: ${{ matrix.jdk }}

- name: Build sonar-kotlin
Expand Down

0 comments on commit aa14835

Please sign in to comment.