From 0c43c5263285d612b9ae51cbcf37378a285a762f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:33:54 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python in /.github/actions/pre-commit Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/actions/pre-commit/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/pre-commit/action.yml b/.github/actions/pre-commit/action.yml index 00a372484a..f789137c5c 100644 --- a/.github/actions/pre-commit/action.yml +++ b/.github/actions/pre-commit/action.yml @@ -14,7 +14,7 @@ runs: clean: ${{ inputs.clean-checkout }} # Fetch all the history so the pre-commit/action can compare changes between the target and the git commit fetch-depth: 0 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: 3.9