Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #469 from exoego/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
mergify[bot] committed Nov 29, 2023
2 parents 7b57e74 + 3f08131 commit e1ebd13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
scala: [3.1.0, 2.13.8, 2.12.15]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
Expand Down

0 comments on commit e1ebd13

Please sign in to comment.