Skip to content

Commit

Permalink
Merge pull request #78 from paritytrading/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
jvirtanen authored Dec 4, 2023
2 parents 0d13095 + 286d6fb commit d824e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Check out GitHub repository
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
Expand Down

0 comments on commit d824e7e

Please sign in to comment.