We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63896ea commit 39854e5Copy full SHA for 39854e5
.github/workflows/lint-ansible-role.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v2
13
14
- name: Setup Python
15
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
16
with:
17
python-version: 3.9
18
architecture: x64
.github/workflows/lint-python.yml
@@ -33,7 +33,7 @@ jobs:
33
fi
34
35
- name: Set up Python environment
36
- uses: actions/setup-python@v2
37
38
python-version: ${{ matrix.python_version }}
39
0 commit comments