From a6578e057a23750b8dddb1358350c0bcf4fe1d47 Mon Sep 17 00:00:00 2001 From: virgilsisoe <28490646+sisoe24@users.noreply.github.com> Date: Mon, 25 Dec 2023 12:52:20 -0500 Subject: [PATCH] Update GitHub Actions workflow --- .github/workflows/github_tests_actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github_tests_actions.yml b/.github/workflows/github_tests_actions.yml index 5d29b00d..1fb2707f 100644 --- a/.github/workflows/github_tests_actions.yml +++ b/.github/workflows/github_tests_actions.yml @@ -15,14 +15,14 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.7, 3.9, 3.10] + python-version: ["3.7", "3.9", "3.10"] steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }}