Skip to content

Commit

Permalink
Merge pull request #138 from abashev/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
abashev authored Jan 3, 2024
2 parents 04de0e4 + f8bcd2c commit eee47ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: 'liberica'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 8
distribution: 'liberica'
Expand Down

0 comments on commit eee47ca

Please sign in to comment.