Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 5, 2024
1 parent ff337c8 commit 8547717
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gatling-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].1
uses: actions/[email protected].2
with:
java-version: ${{ matrix.java }}
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion catalog-service/.github/workflows/maven-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up JDK 21
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
java-version: 21
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion catalog-service/.github/workflows/maven-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up JDK 21
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
java-version: 21
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion inventory-service/.github/workflows/maven-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up JDK 21
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
java-version: 21
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion inventory-service/.github/workflows/maven-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up JDK 21
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
java-version: 21
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion order-service/.github/workflows/maven-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
java-version: 17
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion order-service/.github/workflows/maven-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up JDK 21
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
java-version: 21
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion payment-service/.github/workflows/maven-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up JDK 21
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
java-version: 21
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion payment-service/.github/workflows/maven-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up JDK 21
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
java-version: 21
distribution: 'temurin'
Expand Down

0 comments on commit 8547717

Please sign in to comment.