Skip to content

Commit

Permalink
Bump actions/setup-java from 4.1.0 to 4.2.0 (#4270)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 14, 2024
1 parent 034165d commit 2373127
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/onPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK 17
uses: actions/setup-java@v4.1.0
uses: actions/setup-java@v4.2.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK 17
uses: actions/setup-java@v4.1.0
uses: actions/setup-java@v4.2.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4.1.0
uses: actions/setup-java@v4.2.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4.1.0
uses: actions/setup-java@v4.2.0
with:
distribution: 'adopt'
java-version: '17'
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
fi
- name: Set up JDK 17
uses: actions/setup-java@v4.1.0
uses: actions/setup-java@v4.2.0
with:
distribution: 'adopt'
java-version: '17'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK 17
uses: actions/setup-java@v4.1.0
uses: actions/setup-java@v4.2.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down

0 comments on commit 2373127

Please sign in to comment.