Skip to content

Commit

Permalink
Merge pull request #28 from treasure-data/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
minidragon88 authored Nov 8, 2024
2 parents 198f61c + a721bb4 commit 9131e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 8
distribution: "zulu"
Expand Down

0 comments on commit 9131e0e

Please sign in to comment.