From 20f8801cc08d67702b4323b9f15d990d46587fca Mon Sep 17 00:00:00 2001 From: C'tri Goudie <43475390+Ctri-The-Third@users.noreply.github.com> Date: Sun, 18 Jun 2023 11:33:08 +0100 Subject: [PATCH] Update github actions python versions (#27) * add "request_and_validate" and "get_actions" methods Refactored to solve linting suggestions set to version 3.1 * update github pytest versions --- .github/workflows/pytest-all-supported.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pytest-all-supported.yml b/.github/workflows/pytest-all-supported.yml index c07119a..923ada7 100644 --- a/.github/workflows/pytest-all-supported.yml +++ b/.github/workflows/pytest-all-supported.yml @@ -43,7 +43,7 @@ jobs: - name: Set up Python 3.11 uses: actions/setup-python@v1 with: - python-version: 3.11.3 + python-version: 3.11.4 - name: Install dependencies run: | python -m pip install --upgrade pip @@ -61,11 +61,11 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - # Runs a single command using the runners shell + # Runs a single command using te runners shell - name: Set up Python 3.10 uses: actions/setup-python@v1 with: - python-version: 3.10.11 + python-version: 3.10.12 - name: Install dependencies run: | python -m pip install --upgrade pip