From 775c30d0605206790045ddda28db0f31c05441e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 23:03:02 +0000 Subject: [PATCH] Bump actions/setup-python from 4.3.0 to 4.3.1 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0391944..f19539b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v4.3.0 + uses: actions/setup-python@v4.3.1 with: # Version range or exact version of a Python version to use, using SemVer's version range syntax. python-version: 3.9 @@ -62,7 +62,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v4.3.0 + uses: actions/setup-python@v4.3.1 with: # Version range or exact version of a Python version to use, using SemVer's version range syntax. python-version: 3.9 @@ -99,7 +99,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v4.3.0 + uses: actions/setup-python@v4.3.1 with: # Version range or exact version of a Python version to use, using SemVer's version range syntax. python-version: 3.9