From 24973f21fffd5e5f5a6c096425b434665f371511 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Jun 2022 18:34:15 +0000 Subject: [PATCH] chore(deps): 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 b613c9a..cfb703e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3 - name: Set up Python 3 - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: '3.x' @@ -52,7 +52,7 @@ jobs: path: "${{ github.repository }}" - name: Set up Python 3 - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: '3.x'