From 68b1a785f135f6c695b5459fb58e5d4771f09677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sat, 30 Sep 2023 09:50:33 +0200 Subject: [PATCH] Update .github/workflows/actions.yml --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index d7aa8f1b..ae418476 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📦 Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.0 - name: ✅ Run pre-commit uses: pre-commit/action@v2.0.0