mirror of
https://github.com/geerlingguy/ansible-role-pip.git
synced 2024-11-24 12:05:52 +01:00
bump actions versions, as they dropping support soon
This commit is contained in:
parent
9de8ba5c86
commit
7886617de5
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -19,12 +19,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out the codebase.
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3.5.3
|
||||
with:
|
||||
path: 'geerlingguy.pip'
|
||||
|
||||
- name: Set up Python 3.
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v4.7.0
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user