From ccd4b8181ca6383bf2d987b4f7c0ca32d5547fa3 Mon Sep 17 00:00:00 2001 From: Andre Miras Date: Fri, 9 Feb 2024 21:38:38 +0100 Subject: [PATCH] :arrow_up: GitHub Actions versions bumps --- .github/workflows/pypi-release.yml | 4 ++-- .github/workflows/tests.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 0e78b0c..47f6151 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -6,8 +6,8 @@ jobs: pypi: runs-on: windows-2019 steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 - name: Install dependencies run: python -m pip install --upgrade setuptools wheel twine - name: Build diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8c487d6..4898b03 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,8 +6,8 @@ jobs: linter: runs-on: windows-2019 steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 - run: pip install tox - run: tox -e lint-check test: @@ -17,7 +17,7 @@ jobs: python: ['3.7', '3.8', '3.9', '3.10'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # Virtual network sound card for Microsoft Windows - name: Install Scream shell: powershell @@ -26,7 +26,7 @@ jobs: Expand-Archive -Path Scream3.8.zip -DestinationPath Scream Import-Certificate -FilePath Scream\Install\driver\x64\Scream.cat -CertStoreLocation Cert:\LocalMachine\TrustedPublisher Scream\Install\helpers\devcon-x64.exe install Scream\Install\driver\x64\Scream.inf *Scream - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - run: pip install tox