Skip to content

Commit

Permalink
Merge pull request #288 from sbt/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
eed3si9n authored Dec 2, 2023
2 parents d1c49a5 + d8acfb5 commit 724cb75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
Expand Down

0 comments on commit 724cb75

Please sign in to comment.