update checkout version (#6671)

This commit is contained in:
jxdv
2023-12-13 13:22:38 +00:00
committed by GitHub
parent 8452a17d79
commit b2deab08ab
4 changed files with 4 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ jobs:
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1