Skip to content

Commit

Permalink
fix(.github/workflows): update all the workflows
Browse files Browse the repository at this point in the history
for reference: #421
  • Loading branch information
Wabri committed Jan 17, 2024
1 parent 5ee5cbe commit bcba6ac
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible-lint-sap_general_preconfigure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

steps:
- name: Check out the code
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@main
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ansible-lint-sap_ha_install_hana_hsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

steps:
- name: Check out the code
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@main
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ansible-lint-sap_ha_pacemaker_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

steps:
- name: Check out the code
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@main
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ansible-lint-sap_hana_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

steps:
- name: Check out the code
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@main
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ansible-lint-sap_hana_preconfigure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

steps:
- name: Check out the code
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@main
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

steps:
- name: Check out the code
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@main
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ansible-lint-sap_netweaver_preconfigure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

steps:
- name: Check out the code
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@main
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ansible-lint-sap_storage_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

steps:
- name: Check out the code
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@main
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ansible-lint-sap_swpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

steps:
- name: Check out the code
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@main
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ansible-lint-sap_vm_preconfigure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

steps:
- name: Check out the code
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@main
uses: actions/setup-python@v5
with:
python-version: '3.12'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- name: Check out the code
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@main
uses: actions/setup-python@v5
with:
python-version: '3.12'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ansible-test-sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- name: Check out the code
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@main
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down

0 comments on commit bcba6ac

Please sign in to comment.