From cb25cdf7611e6a112c93ba619d57b7cea126eb57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:48:01 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v4 --- .github/workflows/gatling-tests.yml | 2 +- .github/workflows/sonar-cloud.yml | 2 +- catalog-service/.github/workflows/maven-dev.yml | 2 +- catalog-service/.github/workflows/maven-main.yml | 2 +- inventory-service/.github/workflows/maven-dev.yml | 2 +- inventory-service/.github/workflows/maven-main.yml | 2 +- order-service/.github/workflows/maven-dev.yml | 2 +- order-service/.github/workflows/maven-main.yml | 2 +- payment-service/.github/workflows/maven-dev.yml | 2 +- payment-service/.github/workflows/maven-main.yml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/gatling-tests.yml b/.github/workflows/gatling-tests.yml index 2e6a3be7..df8efad9 100644 --- a/.github/workflows/gatling-tests.yml +++ b/.github/workflows/gatling-tests.yml @@ -29,7 +29,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@v3.13.0 + uses: actions/setup-java@v4.0.0 with: java-version: ${{ matrix.java }} distribution: "zulu" diff --git a/.github/workflows/sonar-cloud.yml b/.github/workflows/sonar-cloud.yml index c044356f..c5a3dd99 100644 --- a/.github/workflows/sonar-cloud.yml +++ b/.github/workflows/sonar-cloud.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 21 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: 21 distribution: 'microsoft' # Alternative distribution options are available. diff --git a/catalog-service/.github/workflows/maven-dev.yml b/catalog-service/.github/workflows/maven-dev.yml index 6ecac204..5b221b7b 100644 --- a/catalog-service/.github/workflows/maven-dev.yml +++ b/catalog-service/.github/workflows/maven-dev.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 21 - uses: actions/setup-java@v3.13.0 + uses: actions/setup-java@v4.0.0 with: java-version: 21 distribution: 'temurin' diff --git a/catalog-service/.github/workflows/maven-main.yml b/catalog-service/.github/workflows/maven-main.yml index 2d52e041..a57b935f 100644 --- a/catalog-service/.github/workflows/maven-main.yml +++ b/catalog-service/.github/workflows/maven-main.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 21 - uses: actions/setup-java@v3.13.0 + uses: actions/setup-java@v4.0.0 with: java-version: 21 distribution: 'temurin' diff --git a/inventory-service/.github/workflows/maven-dev.yml b/inventory-service/.github/workflows/maven-dev.yml index 6ecac204..5b221b7b 100644 --- a/inventory-service/.github/workflows/maven-dev.yml +++ b/inventory-service/.github/workflows/maven-dev.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 21 - uses: actions/setup-java@v3.13.0 + uses: actions/setup-java@v4.0.0 with: java-version: 21 distribution: 'temurin' diff --git a/inventory-service/.github/workflows/maven-main.yml b/inventory-service/.github/workflows/maven-main.yml index 2d52e041..a57b935f 100644 --- a/inventory-service/.github/workflows/maven-main.yml +++ b/inventory-service/.github/workflows/maven-main.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 21 - uses: actions/setup-java@v3.13.0 + uses: actions/setup-java@v4.0.0 with: java-version: 21 distribution: 'temurin' diff --git a/order-service/.github/workflows/maven-dev.yml b/order-service/.github/workflows/maven-dev.yml index e69726a1..01be85e6 100644 --- a/order-service/.github/workflows/maven-dev.yml +++ b/order-service/.github/workflows/maven-dev.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v3.13.0 + uses: actions/setup-java@v4.0.0 with: java-version: 17 distribution: 'temurin' diff --git a/order-service/.github/workflows/maven-main.yml b/order-service/.github/workflows/maven-main.yml index 2d52e041..a57b935f 100644 --- a/order-service/.github/workflows/maven-main.yml +++ b/order-service/.github/workflows/maven-main.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 21 - uses: actions/setup-java@v3.13.0 + uses: actions/setup-java@v4.0.0 with: java-version: 21 distribution: 'temurin' diff --git a/payment-service/.github/workflows/maven-dev.yml b/payment-service/.github/workflows/maven-dev.yml index 8804f795..54bc2786 100644 --- a/payment-service/.github/workflows/maven-dev.yml +++ b/payment-service/.github/workflows/maven-dev.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 21 - uses: actions/setup-java@v3.13.0 + uses: actions/setup-java@v4.0.0 with: java-version: 21 distribution: 'temurin' diff --git a/payment-service/.github/workflows/maven-main.yml b/payment-service/.github/workflows/maven-main.yml index bb7d8783..5f402c0c 100644 --- a/payment-service/.github/workflows/maven-main.yml +++ b/payment-service/.github/workflows/maven-main.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 21 - uses: actions/setup-java@v3.13.0 + uses: actions/setup-java@v4.0.0 with: java-version: 21 distribution: 'temurin'