Skip to content

Commit

Permalink
Fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmelina committed Dec 11, 2023
1 parent 468782a commit abaad68
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws-arm-java-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11.5'

- name: Setup Ansible and JMESPath
uses: BSFishy/pip-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws-arm-java17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11.5'

- name: Setup Ansible and JMESPath
uses: BSFishy/pip-action@v1
Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/aws-arm-java19.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/aws-arm-java21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11.5'

- name: Setup Ansible and JMESPath
uses: BSFishy/pip-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws-x86-java-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11.5'

- name: Setup Ansible and JMESPath
uses: BSFishy/pip-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws-x86-java11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11.5'

- name: Setup Ansible and JMESPath
uses: BSFishy/pip-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws-x86-java17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11.5'

- name: Setup Ansible and JMESPath
uses: BSFishy/pip-action@v1
Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/aws-x86-java19.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/aws-x86-java21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11.5'

- name: Setup Ansible and JMESPath
uses: BSFishy/pip-action@v1
Expand Down

0 comments on commit abaad68

Please sign in to comment.