Skip to content

Commit

Permalink
Merge pull request #200 from gsmet/java-21
Browse files Browse the repository at this point in the history
Use Java 21 to run the action
  • Loading branch information
gsmet authored Nov 20, 2023
2 parents 90fa9a4 + c171b19 commit e971d9c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ inputs:
runs:
using: "composite"
steps:
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: 17
java-version: 21
distribution: temurin
- id: install-jbang
run: curl -Ls https://sh.jbang.dev | bash -s - app setup
Expand All @@ -23,4 +23,4 @@ runs:
shell: bash
env:
JSON_INPUTS: ${{ toJSON(inputs) }}
GITHUB_TOKEN: ${{ inputs.github-token }}
GITHUB_TOKEN: ${{ inputs.github-token }}
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ inputs:
runs:
using: "composite"
steps:
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: 17
java-version: 21
distribution: temurin
- id: install-jbang
run: curl -Ls https://sh.jbang.dev | bash -s - app setup
Expand All @@ -23,4 +23,4 @@ runs:
shell: bash
env:
JSON_INPUTS: ${{ toJSON(inputs) }}
GITHUB_TOKEN: ${{ inputs.github-token }}
GITHUB_TOKEN: ${{ inputs.github-token }}
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ inputs:
runs:
using: "composite"
steps:
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: 17
java-version: 21
distribution: temurin
- id: install-jbang
run: curl -Ls https://sh.jbang.dev | bash -s - app setup
Expand All @@ -23,4 +23,4 @@ runs:
shell: bash
env:
JSON_INPUTS: ${{ toJSON(inputs) }}
GITHUB_TOKEN: ${{ inputs.github-token }}
GITHUB_TOKEN: ${{ inputs.github-token }}

0 comments on commit e971d9c

Please sign in to comment.