From ec93cf7e4ac48b7e6c9788d9097acba339feaa31 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 10 Jul 2021 19:46:16 +0300 Subject: [PATCH] CI: switch to the v2 tag for `actions/setup-python` Signed-off-by: XhmikosR --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6932e745..7ac16932 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v2 with: python-version: "${{ env.PYTHON_VERSION }}" architecture: "x64"