Skip to content

Commit

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

Bump actions/setup-java from 3 to 4
  • Loading branch information
dmikurube authored Apr 19, 2024
2 parents fec5bc4 + 65d1afd commit 3eb23cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up OpenJDK 8
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 8
distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up OpenJDK 8
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 8
distribution: "temurin"
Expand Down

0 comments on commit 3eb23cf

Please sign in to comment.