From 2dbbbeafbf178840fd0ac53ea71961c77b7ad4a4 Mon Sep 17 00:00:00 2001 From: Colin Sauze Date: Wed, 29 Mar 2023 22:33:46 +0100 Subject: [PATCH] updating setup python action version --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f932f23..bec0abd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: #checkout the code, checkout@v3 means version 3 of the checkout command - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} #install all the dependencies specified in requirements.txt