Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Verify ansible-test sanity
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Run ansible-test
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
name: Check Ansible Documentation with ansible-core 2.16.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v5
with:
fetch-depth: 1
- uses: actions/setup-python@v5.1.0
- uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Install Ansible 2.16
Expand All @@ -25,10 +25,10 @@ jobs:
name: Check Ansible Documentation with ansible-core 2.18.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v5
with:
fetch-depth: 1
- uses: actions/setup-python@v5.1.0
- uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Install Ansible 2.18
Expand All @@ -42,10 +42,10 @@ jobs:
name: Check Ansible Documentation with ansible-core 2.19.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v5
with:
fetch-depth: 1
- uses: actions/setup-python@v5.1.0
- uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Install Ansible 2.20
Expand All @@ -59,10 +59,10 @@ jobs:
name: Check Ansible Documentation with latest Ansible version.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v5
with:
fetch-depth: 1
- uses: actions/setup-python@v5.1.0
- uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Install Ansible-latest
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
name: Verify ansible-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: actions/setup-python@v5.1.0
- uses: actions/setup-python@v6
with:
python-version: "3.13"
- name: Run ansible-lint
Expand All @@ -25,10 +25,10 @@ jobs:
name: Verify yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v5
with:
fetch-depth: 1
- uses: actions/setup-python@v5.1.0
- uses: actions/setup-python@v6
with:
python-version: "3.x"
- name: Run yaml-lint
Expand All @@ -38,10 +38,10 @@ jobs:
name: Verify flake8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v5
with:
fetch-depth: 1
- uses: actions/setup-python@v5.1.0
- uses: actions/setup-python@v6
with:
python-version: "3.x"
- name: Run flake8
Expand All @@ -53,10 +53,10 @@ jobs:
name: Verify pylint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v5
with:
fetch-depth: 1
- uses: actions/setup-python@v5.1.0
- uses: actions/setup-python@v6
with:
python-version: "3.x"
- name: Run pylint
Expand All @@ -68,7 +68,7 @@ jobs:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v5
with:
fetch-depth: 1
- name: Run ShellCheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Verify readme
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v5
with:
fetch-depth: 1
- name: Run readme test
Expand Down