Skip to content

Commit

Permalink
Change snapshot workflow jdk to 21 (#733)
Browse files Browse the repository at this point in the history
changed snapshot workflow jdk to 21

Signed-off-by: Amit Galitzky <[email protected]>
  • Loading branch information
amitgalitz committed Jun 10, 2024
1 parent 9704727 commit b535d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin # Temurin is a distribution of adoptium
java-version: 17
java-version: 21
- uses: actions/checkout@v4
- uses: aws-actions/[email protected]
with:
Expand Down

0 comments on commit b535d5e

Please sign in to comment.