diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index e68f73f5d..22b810464 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: DoozyX/clang-format-lint-action@v0.14 with: source: 'src test include'