From 7d5da73d7d355eb425710f924ff47a5c516eebdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Lo=C3=AFc=20Bayart?= Date: Mon, 15 Apr 2024 10:44:42 +0200 Subject: [PATCH] update ci --- .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 358cc88..926461c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python environment run: | @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download built site uses: actions/download-artifact@v3