This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch github_actions_take_2 in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit b1e9294254c4361807145571b7b3ff5d6a742e17 Author: Tomaz Muraus <[email protected]> AuthorDate: Sun Dec 13 13:56:54 2020 +0100 Use new attribute name. --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c2671bb..64878ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: - name: Use Python ${{ matrix.python_version }} uses: actions/setup-python@v2 with: - version: ${{ matrix.python_version }} + python-version: ${{ matrix.python_version }} - name: Install OS / deb dependencies run: | sudo DEBIAN_FRONTEND=noninteractive apt-get install -yq gcc libvirt-dev @@ -72,7 +72,7 @@ jobs: - name: Use Python ${{ matrix.python_version }} uses: actions/setup-python@v2 with: - version: ${{ matrix.python_version }} + python-version: ${{ matrix.python_version }} - name: Install OS / deb dependencies run: | sudo DEBIAN_FRONTEND=noninteractive apt-get install -yq graphviz gcc libvirt-dev @@ -101,7 +101,7 @@ jobs: - name: Use Python ${{ matrix.python_version }} uses: actions/setup-python@v2 with: - version: ${{ matrix.python_version }} + python-version: ${{ matrix.python_version }} - name: Install OS / deb dependencies run: | sudo DEBIAN_FRONTEND=noninteractive apt-get install -yq graphviz gcc libvirt-dev @@ -130,7 +130,7 @@ jobs: - name: Use Python ${{ matrix.python_version }} uses: actions/setup-python@v2 with: - version: ${{ matrix.python_version }} + python-version: ${{ matrix.python_version }} - name: Install OS / deb dependencies run: | sudo DEBIAN_FRONTEND=noninteractive apt-get install -yq graphviz gcc libvirt-dev
