From 2b5e7e35234801e880b207f2c49b8e62587dea78 Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Tue, 30 Apr 2024 15:50:39 +0000 Subject: [PATCH] Bump up action --- .github/workflows/pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index ed9a92c..f1b6fd2 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run pre-commit checks uses: ccao-data/actions/pre-commit@main