Skip to content

Commit

Permalink
update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Konboi committed Aug 9, 2024
1 parent 86f2847 commit 36dcc19
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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

0 comments on commit 36dcc19

Please sign in to comment.