From ff5fbb5d31c6f44bd50b3894fcdf6925d6ac1ed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 09:16:25 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 2 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b44db1ffae5..2bf89c79bb0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,7 +49,7 @@ jobs: if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' run: "cmake --version" - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 with: python-version: "3.9" architecture: "x64"