Skip to content

Commit 4be8ef9

Browse files
Update dependency ansible to v10.7.0
1 parent 97a73bc commit 4be8ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install ansible==10.2.0 # renovate: datasource=pypi depName=ansible
24+
pip install ansible==10.7.0 # renovate: datasource=pypi depName=ansible
2525
pip install ansible-lint==24.12.2 # renovate: datasource=pypi depName=ansible-lint
2626
2727
- name: Syntax Check

0 commit comments

Comments
 (0)