Skip to content

Commit

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

Bump actions/setup-java from 3 to 4
  • Loading branch information
minidragon88 authored Nov 8, 2024
2 parents a309634 + f28051f commit 12e9578
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 @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3

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

0 comments on commit 12e9578

Please sign in to comment.