We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3472813 commit d77d427Copy full SHA for d77d427
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Switch to using Python 3.8 by default
21
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
22
with:
23
python-version: 3.8
24
- name: Install tox
.github/workflows/tox.yml
@@ -77,7 +77,7 @@ jobs:
77
&& source foo/bin/activate \
78
&& ansible --version
79
- name: Install a default Python
80
81
82
python-version: ${{ matrix.python-version }}
83
- name: Install dependencies
0 commit comments