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]>
(cherry picked from commit b535d5e)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 10, 2024
1 parent c4eefdd commit 1b006b4
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 1b006b4

Please sign in to comment.