From 75f0537181564965b46769dfa48f618a7d22a77a Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 3 Jul 2022 09:33:22 +0000 Subject: [PATCH] ci: update setup-python action --- .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 dadd632cc..034cf0e59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: - name: install python if: ${{ matrix.python }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }}