Skip to content

Commit

Permalink
Merge pull request #9 from launchableinc/update-actions-version
Browse files Browse the repository at this point in the history
update actions versions
  • Loading branch information
Konboi authored Aug 9, 2024
2 parents 86f2847 + fe78241 commit 9bf3f84
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,14 @@ runs:
using: "composite"
steps:
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
with:
python-version: ${{ inputs.python_version }}
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
with:
java-version: 1.8
distribution: 'adopt'
java-version: 8
- id: install
shell: bash
run: pip install "launchable>=1.59.0"
Expand Down Expand Up @@ -143,8 +144,8 @@ runs:
fi
options+=(
${{ inputs.test_runner }} \
${{ inputs.report_path }}
"${{ inputs.test_runner }}"
"${{ inputs.report_path }}"
)
launchable record tests "${options[@]}"

0 comments on commit 9bf3f84

Please sign in to comment.