From 73c5ba33b4c4600e1d681e3b6b75690d2b9d1dde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:52:44 +0200 Subject: [PATCH] Bump actions/setup-python from 5.1.1 to 5.2.0 in /.github/actions/pre-commit in the catch-all group (#728) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 fa0e877c8..044167377 100644 --- a/.github/actions/pre-commit/action.yml +++ b/.github/actions/pre-commit/action.yml @@ -34,7 +34,7 @@ runs: ref: ${{ env.REF_TO_CHECKOUT }} - name: Set up Python ${{ inputs.python-version }} - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: ${{ inputs.python-version }}