Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/root' into root
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Aug 22, 2023
2 parents 09d0b77 + 54d9271 commit f5395e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v3

with:
java-version: 1.17
java-version: 17
distribution: temurin

- name: Set up Gradle properties
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v3

with:
java-version: 1.17
java-version: 17
distribution: temurin

- name: Set up Kotlin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-java@v3

with:
java-version: 1.17
java-version: 17
distribution: temurin

- name: Set up Kotlin
Expand Down

0 comments on commit f5395e9

Please sign in to comment.