From 33f12513982277efe406348283adf9db19c996cd Mon Sep 17 00:00:00 2001 From: Siem de Jong <28396796+siemdejong@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:07:04 +0100 Subject: [PATCH] Update ci-cd.yml --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 5efbae3..19513aa 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -20,7 +20,7 @@ jobs: # Define job steps steps: - name: Set up Python 3.11 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.11