From ebdb2efa301745ee9beafb6cefd19abb5af1b826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:03:33 +0000 Subject: [PATCH] Bump carlkidcrypto/os-specific-runner from 2.1.0 to 2.1.1 Bumps [carlkidcrypto/os-specific-runner](https://github.com/carlkidcrypto/os-specific-runner) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/carlkidcrypto/os-specific-runner/releases) - [Commits](https://github.com/carlkidcrypto/os-specific-runner/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: carlkidcrypto/os-specific-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/sphinx_build.yml | 4 ++-- .github/workflows/tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sphinx_build.yml b/.github/workflows/sphinx_build.yml index 65f8f73..a6ff11c 100644 --- a/.github/workflows/sphinx_build.yml +++ b/.github/workflows/sphinx_build.yml @@ -39,7 +39,7 @@ jobs: python-version: "3.10" - name: Install python3/os requirements... - uses: carlkidcrypto/os-specific-runner@v2.1.0 + uses: carlkidcrypto/os-specific-runner@v2.1.1 with: linux: cd /home/runner/work/purpleair_api/purpleair_api/ && python -m pip install --upgrade wheel && @@ -49,7 +49,7 @@ jobs: python -m pip install . --user; - name: Run sphinx... - uses: carlkidcrypto/os-specific-runner@v2.1.0 + uses: carlkidcrypto/os-specific-runner@v2.1.1 with: linux: cd /home/runner/work/purpleair_api/purpleair_api/sphinx_docs_build; mkdir source/_static; diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4edc6fc..99c61e7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: python-version: "3.10" - name: Install python3 requirements... - uses: carlkidcrypto/os-specific-runner@v2.1.0 + uses: carlkidcrypto/os-specific-runner@v2.1.1 with: linux: cd /home/runner/work/purpleair_api/purpleair_api/ ; python -m pip install --upgrade wheel ; @@ -51,7 +51,7 @@ jobs: python -m pip install requests_mock ; - name: Run unit tests... - uses: carlkidcrypto/os-specific-runner@v2.1.0 + uses: carlkidcrypto/os-specific-runner@v2.1.1 with: linux: cd /home/runner/work/purpleair_api/purpleair_api/tests ; coverage run -m unittest && coverage json ;