From 34f482a9d5c310c97e380deabcff5b3459ca6631 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:44:51 +0000 Subject: [PATCH] Update actions/setup-python action to v5 Update actions/setup-python from 4 to 5 Change-type: patch --- .github/actions/test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index d0eebea..0ff12b1 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -31,7 +31,7 @@ runs: - name: Set up Python 3.11 if: runner.os == 'macOS' - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 + uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5 with: python-version: "3.11"