Skip to content

Commit

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

Bump actions/setup-java from 3.13.0 to 4.0.0
  • Loading branch information
akkinoc authored Nov 30, 2023
2 parents 74cb7a4 + e4f35ca commit d601be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout the Git repository
uses: actions/checkout@v4.1.1
- name: Setup Java
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit d601be7

Please sign in to comment.