From 07bfb9d94a05f9695b0a4bb3f005cfd6c369ba07 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Sat, 30 Sep 2023 09:51:23 +0200 Subject: [PATCH] Update actions.yml (#359) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update actions.yml Use checkout v3 * Update .github/workflows/actions.yml --------- Co-authored-by: Joakim Sørensen Co-authored-by: Joakim Sørensen --- .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 d25bf23e..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@v2 + uses: actions/checkout@v4.1.0 - name: ✅ Run pre-commit uses: pre-commit/action@v2.0.0