From 962497efbb59a81624b5e0d5460b48466682a345 Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 03:54:18 +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..b324701 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@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: python-version: "3.11"