Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2023
1 parent e39dc94 commit 0c505ea
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/batch-boot-jpa-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: ${{ matrix.java }}
distribution: ${{ matrix.distribution }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boot-api-archunit-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boot-choas-monkey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boot-data-custom-sequences.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boot-data-multipledatasources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boot-graphql-webflux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boot-graphql-webmvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boot-httpClients-restClient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boot-jobrunr-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boot-jooq-r2dbc-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: "zulu"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boot-jpa-read-replica-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boot-mongodb-elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: "17"
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boot-r2dbc-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boot-rabbitmq-thymeleaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boot-rest-docs-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: ${{ matrix.java }}
distribution: ${{ matrix.distribution }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boot-togglz-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boot-ultimate-redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: "17"
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jpa-multidatasource-multitenancy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: "17"
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jpa-multitenancy-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: "17"
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jpa-multitenancy-partition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: "17"
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jpa-multitenancy-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: "17"
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/open-api-spring-boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spring-boot-graphql-querydsl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: "zulu"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spring-boot-httpClients-http-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: "zulu"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: "zulu"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: "zulu"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: "zulu"
Expand Down

0 comments on commit 0c505ea

Please sign in to comment.