Skip to content

Commit

Permalink
Merge pull request #1199 from tofu-tf/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
dos65 committed May 6, 2024
2 parents 95bdc86 + a0c87a7 commit 68380c8
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 @@ -24,7 +24,7 @@ jobs:

- uses: coursier/cache-action@v6

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{matrix.java}}
Expand All @@ -49,7 +49,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
Expand Down

0 comments on commit 68380c8

Please sign in to comment.