Skip to content

Commit

Permalink
Change java-version for all GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierSegoviaCordoba committed Mar 19, 2021
1 parent b425db7 commit f03ff10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v1
with:
java-version: 15
java-version: 11

- name: Gradle cache
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v1
with:
java-version: 15
java-version: 11

- name: Gradle cache
uses: actions/cache@v2
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: 15
java-version: 11

- name: Gradle cache
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v1
with:
java-version: 15
java-version: 11

- name: Gradle cache
uses: actions/cache@v2
Expand Down

0 comments on commit f03ff10

Please sign in to comment.