From 961450161ead983f7ff7cd3017c753ad2e8b2867 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 23:36:39 +0800 Subject: [PATCH] Update actions/setup-python action to v4 (#531) * Update actions/setup-python action to v4 * Add Python version Co-authored-by: Renovate Bot Co-authored-by: Jinzhe Zeng --- .github/workflows/linter.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 5d8a877..3aa50a7 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -21,7 +21,9 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 + with: + python-version: '3.x' - name: Install Dependencies run: | python -m pip install --upgrade pip