ci: update github actions to use node.js 20

This commit is contained in:
Maxim Solovyov
2024-02-13 23:57:48 +03:00
parent 4f792243c1
commit 466fb4c9e0
3 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: git fetch --depth=1 origin ${{ github.event.pull_request.base.sha }}
- uses: yshui/git-clang-format-lint@v1.14
with: