From 3d49a2ef2f9e22b48f102c8e5e67f34890a316b0 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:45:05 +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..5c5231d 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@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: "3.11"