Skip to content

Commit

Permalink
Merge pull request #71 from scalacenter/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-java-4

chore(deps): bump actions/setup-java from 3 to 4
  • Loading branch information
tgodzik authored Aug 6, 2024
2 parents 71a01bf + 8036ae5 commit 4f56703
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 @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Set up JVM
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Apache Maven Central
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
Expand Down

0 comments on commit 4f56703

Please sign in to comment.