Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v4.3.0 (#1383)
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] committed Sep 13, 2024
1 parent 5aaa367 commit 9a1e577
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Setup Java
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Java
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Setup Java
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down

0 comments on commit 9a1e577

Please sign in to comment.