Skip to content

Commit

Permalink
Use latest GH CI actions, newer python version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhorning committed Jul 31, 2024
1 parent 4b3d334 commit 2846109
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ansible_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
steps:

- name: Checkout code from Github
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python 3.8
uses: actions/setup-python@v1
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.10.14

- name: Install latest Ansible through pip
run: pip install ansible
Expand Down

0 comments on commit 2846109

Please sign in to comment.