Skip to content

Commit

Permalink
Merge pull request #10 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 committed Apr 28, 2024
2 parents e2a65ea + c959da1 commit 55b1501
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 @@ -18,7 +18,7 @@ jobs:
run: git config --global core.autocrlf false
- 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 55b1501

Please sign in to comment.