From 92174dea9a80d2b6d153cb243bd99c7cffa1e635 Mon Sep 17 00:00:00 2001 From: Marcus Baw Date: Tue, 19 Mar 2024 10:54:37 +0000 Subject: [PATCH] bumps version of setup-python to v5 --- .github/workflows/run-pytest-on-push-and-all-prs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-pytest-on-push-and-all-prs.yml b/.github/workflows/run-pytest-on-push-and-all-prs.yml index 78b0aa4..f452071 100644 --- a/.github/workflows/run-pytest-on-push-and-all-prs.yml +++ b/.github/workflows/run-pytest-on-push-and-all-prs.yml @@ -20,10 +20,10 @@ jobs: python-version: ['3.9', '3.10', '3.11', '3.12'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4 # latest as at March 2024 - name: Set up Python version ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 # latest as at March 2024 with: python-version: ${{ matrix.python-version }}