From 600c9c6eebbad7e9616adf39c3fc33ccc6fe3261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Fri, 9 Feb 2024 09:30:47 +0100 Subject: [PATCH] bump setup-python action --- .github/workflows/test_repository.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_repository.yml b/.github/workflows/test_repository.yml index bf18919..ae3e2f5 100644 --- a/.github/workflows/test_repository.yml +++ b/.github/workflows/test_repository.yml @@ -63,7 +63,7 @@ jobs: ${EPREFIX}/startprefix <<< "which bash; qlist -IRv; exit" - name: Set up Python - uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0 + uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 with: python-version: ${{matrix.python}} architecture: x64