mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-01 08:44:34 +02:00
Bump GHA checkout version (#116)
* Bump checkout version. * Also update actions/setup-python actions.
This commit is contained in:
parent
6526588f13
commit
bbcd9fecef
4 changed files with 5 additions and 5 deletions
2
.github/workflows/ee.yml
vendored
2
.github/workflows/ee.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
path: ansible_collections/${{ env.NAMESPACE }}/${{ env.COLLECTION_NAME }}
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
|
|
2
.github/workflows/extra-tests.yml
vendored
2
.github/workflows/extra-tests.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
path: ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
|
|
4
.github/workflows/import-galaxy.yml
vendored
4
.github/workflows/import-galaxy.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
path: ./checkout
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
|
@ -69,7 +69,7 @@ jobs:
|
|||
- build-collection
|
||||
steps:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
|
|
2
.github/workflows/reuse.yml
vendored
2
.github/workflows/reuse.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue