Skip to content

Commit b0c6824

Browse files
authored
Merge pull request #863 from Pure-Storage-Ansible/ansilbe-lint-fix
Upgrade GitHub Actions versions in ansible-lint workflow
2 parents e4b90cb + 9694bd8 commit b0c6824

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ jobs:
55
build:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
9+
- name: Set up Python
10+
uses: actions/setup-python@v6
11+
with:
12+
python-version: '3.12'
913
- name: Run ansible-lint
1014
uses: ansible/ansible-lint@main
15+
with:
16+
setup_python: false

0 commit comments

Comments
 (0)