aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Zverovich <victor.zverovich@gmail.com>2024-05-03 07:59:52 -0700
committerGitHub <noreply@github.com>2024-05-03 07:59:52 -0700
commit3649c3954fd4c57db5bee35e59d428acb27cc4f9 (patch)
treed43a20ca11b5be0fc34fe9f493b22a7fbe9e157c
parent7650ed04a3d53fe2db6b545858af81c82bce3c21 (diff)
downloadfmtlib-3649c3954fd4c57db5bee35e59d428acb27cc4f9.tar.gz
Update lint.yml
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index b906fac2..38751b3d 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
format_code:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Install clang-format
uses: aminya/setup-cpp@v1