Skip to content

Commit 4a384a3

Browse files
committed
Correct files names with java and python
1 parent af04edd commit 4a384a3

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
- uses: actions/setup-java@v4
3333
with:
3434
distribution: temurin
35-
java-version-file: .ci-java-version
35+
java-version-file: .java-version
3636
- uses: actions/setup-python@v5
3737
with:
38-
python-version-file: .ci-python-version
38+
python-version-file: .python-version
3939
- name: Validate Gradle Wrapper
4040
uses: gradle/wrapper-validation-action@v2
4141
- name: Cache konan

.github/workflows/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-java@v4
1414
with:
1515
distribution: temurin
16-
java-version-file: .ci-java-version
16+
java-version-file: .java-version
1717
- name: Validate Gradle Wrapper
1818
uses: gradle/wrapper-validation-action@v2
1919
- name: Gradle Dependency Submission

.github/workflows/platform-benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
- uses: actions/setup-java@v4
4545
with:
4646
distribution: temurin
47-
java-version-file: .ci-java-version
47+
java-version-file: .java-version
4848
- uses: actions/setup-python@v5
4949
with:
50-
python-version-file: .ci-python-version
50+
python-version-file: .python-version
5151
- name: Validate Gradle Wrapper
5252
uses: gradle/wrapper-validation-action@v2
5353
- name: Cache konan

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-java@v4
2020
with:
2121
distribution: temurin
22-
java-version-file: .ci-java-version
22+
java-version-file: .java-version
2323
- name: Validate Gradle Wrapper
2424
uses: gradle/wrapper-validation-action@v2
2525
- name: Cache konan

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
- uses: actions/setup-java@v4
3737
with:
3838
distribution: temurin
39-
java-version-file: .ci-java-version
39+
java-version-file: .java-version
4040
- uses: actions/setup-python@v5
4141
with:
42-
python-version-file: .ci-python-version
42+
python-version-file: .python-version
4343
- name: Validate Gradle Wrapper
4444
uses: gradle/wrapper-validation-action@v2
4545
- name: Cache konan

.github/workflows/snapshot_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- uses: actions/setup-java@v4
2323
with:
2424
distribution: temurin
25-
java-version-file: .ci-java-version
25+
java-version-file: .java-version
2626
- uses: actions/setup-python@v5
2727
with:
28-
python-version-file: .ci-python-version
28+
python-version-file: .python-version
2929
- name: Validate Gradle Wrapper
3030
uses: gradle/wrapper-validation-action@v2
3131
- name: Cache konan
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)