Skip to content

Commit

Permalink
chore: Use Java 21 for the create_release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guilgaly committed Jan 24, 2024
1 parent c4c4024 commit 3b505be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
token: ${{ secrets.GATLING_CI_TOKEN }} # for tag to trigger other workflows (release)

- name: Setup JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '8'
java-version: '21'

- name: Cache SBT
uses: actions/cache@v3
Expand Down

0 comments on commit 3b505be

Please sign in to comment.