mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-22 14:01:49 -07:00
chore: rebase to master
This commit is contained in:
parent
661f114037
commit
50ed9f42b5
6 changed files with 42 additions and 42 deletions
|
@ -26,13 +26,13 @@ jobs:
|
|||
- stable-2.15
|
||||
steps:
|
||||
- name: check out code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: ansible_collections/google/cloud
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v1
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.9" # this is the minimum version required for Ansible 2.13
|
||||
python-version: '3.9' # this is the minimum version required for Ansible 2.15
|
||||
- name: Install dependencies
|
||||
run: pip install -r requirements.txt
|
||||
- name: Install ansible-base (${{ matrix.ansible_version }})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue