Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 24, 2024
1 parent 105de5b commit e3912dc
Show file tree
Hide file tree
Showing 35 changed files with 35 additions and 35 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 ${{ matrix.java }}
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.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 21
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
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 21
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
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@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boot-grafana-lgtm.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 21
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
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 21
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
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 21
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boot-jpa-jndi-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 21
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boot-jpa-keyset-pagination.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 21
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
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@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: "21"
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boot-opensearch-sample.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@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
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@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
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 ${{ matrix.java }}
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.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@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
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@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: "21"
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graphql-boot-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 21
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graphql-boot-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 21
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graphql-boot-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 21
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/httpClients-boot-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 21
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/httpClients-boot-rest-template.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 21
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/httpClients-boot-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 21
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/httpClients-boot-web-client-webflux.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 21
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/httpClients-boot-web-client-webmvc.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 21
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jpa-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 21
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jpa-boot-data-envers.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@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jpa-boot-locks.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@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jpa-boot-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@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
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@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: "21"
distribution: "temurin"
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@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: "21"
distribution: "temurin"
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@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: "21"
distribution: "temurin"
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@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: "21"
distribution: "temurin"
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@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r2dbc-boot-cache.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 21
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r2dbc-boot-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 21
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduler-boot-quartz.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 21
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: "temurin"
Expand Down

0 comments on commit e3912dc

Please sign in to comment.