From fb314edbcd2fa70ba192297bc5a80779cca3c37c Mon Sep 17 00:00:00 2001 From: Yiannis Charalambous Date: Mon, 4 Nov 2024 14:56:36 +0000 Subject: [PATCH] Updated versions of steps in workflow --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index fe01bce..d56a330 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4.2.2 # Setup Python (faster than using Python container) - name: Setup Python @@ -65,7 +65,7 @@ jobs: steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4.2.2 # Setup Python (faster than using Python container) - name: Setup Python