From 1a70d30456d1627dae738fe59822fa37e9523929 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 16:39:21 +0000 Subject: [PATCH] Update actions/setup-python action to v2.3.4 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1375288..ffba673 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v2.3.4 with: # Version range or exact version of a Python version to use, using SemVer's version range syntax. python-version: 3.10.0