We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfcbb58 commit f74aa68Copy full SHA for f74aa68
1 file changed
.github/workflows/pull-request.yml
@@ -17,10 +17,10 @@ jobs:
17
name: Ansible ${{ matrix.ansible }} lint with Python ${{ matrix.python }}
18
steps:
19
- name: GitHub Checkout 🛎
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
21
22
- name: Setup Python ${{ matrix.python-version }} 🐍
23
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
24
with:
25
python-version: ${{ matrix.python }}
26
0 commit comments