From fd979985a5a84577a2d4189b72a5f0c7fa23b003 Mon Sep 17 00:00:00 2001 From: Erik Wrede Date: Mon, 7 Apr 2025 09:50:19 +0200 Subject: [PATCH] chore: update lint actions --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 355a94d..099e917 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,9 +13,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python 3.10 - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: '3.10' - name: Install dependencies