From 1464c9c6488bc456dc50a43af71122efc525ef73 Mon Sep 17 00:00:00 2001 From: Loic Huder Date: Thu, 29 Aug 2024 14:48:32 +0200 Subject: [PATCH] Update action versions in CI --- .github/workflows/lint-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index f248d01..658b8b8 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -18,10 +18,10 @@ jobs: steps: - name: Checkout 🏷️ - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Python 🐍 - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} architecture: 'x64'