From 97d65bc175034761f9f2ff7cbae3c64809759620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 21:40:45 +0000 Subject: [PATCH] fix(deps): bump MatteoH2O1999/setup-python from 2 to 3 Bumps [MatteoH2O1999/setup-python](https://github.com/matteoh2o1999/setup-python) from 2 to 3. - [Release notes](https://github.com/matteoh2o1999/setup-python/releases) - [Commits](https://github.com/matteoh2o1999/setup-python/compare/v2...v3) --- updated-dependencies: - dependency-name: MatteoH2O1999/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/periodic_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/periodic_check.yml b/.github/workflows/periodic_check.yml index 4eb12ed..efb886e 100644 --- a/.github/workflows/periodic_check.yml +++ b/.github/workflows/periodic_check.yml @@ -42,7 +42,7 @@ jobs: with: submodules: recursive - name: Setup Python ${{ matrix.python-version }} - uses: MatteoH2O1999/setup-python@v2 + uses: MatteoH2O1999/setup-python@v3 with: python-version: ${{ matrix.python-version }} allow-build: info