Skip to content

Commit

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

build(deps): bump actions/setup-java from 3 to 4
  • Loading branch information
jvirtanen authored Dec 4, 2023
2 parents 81c01da + 24a3b0c commit 9925c24
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 9925c24

Please sign in to comment.