Skip to content

Commit

Permalink
Update actions/setup-java action to v4.4.0 (#458)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent fa4f39c commit 7691d26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: gradle/actions/wrapper-validation@v4.1.0

- name: set up JDK
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
distribution: 'adopt'
java-version: 17
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: echo "tag=${GITHUB_REF#refs/*/}"

- name: set up JDK
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
distribution: 'adopt'
java-version: 17
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
uses: actions/checkout@v4

- name: set up JDK
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
distribution: 'adopt'
java-version: 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: set up JDK
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
distribution: 'adopt'
java-version: 17
Expand Down

0 comments on commit 7691d26

Please sign in to comment.