From b0c08e38bf1c241f5905983e2c2a3c21f931ba6d Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 13 May 2025 08:59:34 +0200 Subject: [PATCH] CI config updated --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db8098c..f121603 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,11 @@ jobs: steps: # Step 1: Check out the code from the repository - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v4 # Step 2: Set up Python - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}