Skip to content

Commit

Permalink
changed snapshot workflow jdk to 21
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <[email protected]>
  • Loading branch information
amitgalitz committed Jun 10, 2024
1 parent a941b68 commit 8d21508
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 8d21508

Please sign in to comment.