From 8f9c5c3a36f43ea0edd791a5207d5408f0e75d6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:57:55 +0000 Subject: [PATCH] Renovate: actions/setup-python to 39cd149 --- actions/linting/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/linting/action.yml b/actions/linting/action.yml index 71a9c2b..b2b3ccc 100644 --- a/actions/linting/action.yml +++ b/actions/linting/action.yml @@ -20,7 +20,7 @@ runs: key: cache-${{ hashFiles(inputs.pre-commit-config) }} - name: Set up python - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5 + uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5 with: python-version: 3.x