From 960e962f3764056e36e7929fda84d89bafff4ce1 Mon Sep 17 00:00:00 2001 From: xnoto Date: Thu, 13 Aug 2026 18:58:05 -0600 Subject: [PATCH] chore: upgrade checkout action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e217a7..dc5b71c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,5 +13,5 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7.0.1 - uses: pre-commit/action@v3.0.1