From f981521c0872c9330b06f7c9ec87b84c4e38921e Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Wed, 18 Sep 2024 20:54:34 -0400 Subject: [PATCH] update actions/checkout --- .github/workflows/clang-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index cb226cd4..ca4abe57 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: DoozyX/clang-format-lint-action@v0.18 with: source: '.'