Skip to content

Commit

Permalink
deps: update actions/setup-java action to v4 (#664)
Browse files Browse the repository at this point in the history
* deps: update actions/setup-java action to v4

* build: specify temurin distribution in .github/workflows/generate.yaml

---------

Co-authored-by: BenWhitehead <BenWhitehead@users.noreply.github.com>
  • Loading branch information
renovate-bot and BenWhitehead committed Jun 5, 2024
1 parent cd94d1c commit e2cb8ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-java@v1
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{matrix.java}}
- run: ./generate-conformance-tests.sh

0 comments on commit e2cb8ab

Please sign in to comment.