From d5546b75bf821c86dcd881b0965864ec8f69a51c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Jun 2022 17:02:11 +0000 Subject: [PATCH] Update actions/setup-python action to v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a761564..8f7495a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: "3.10" - name: Install dependencies @@ -69,7 +69,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - name: Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies -- 2.47.2