chore: update checkout action version to v3: (#4598)

* Update the version of the checkout action (for GitHub Actions) in
  `clang-format.yml` and `levelization.yml`.
  * The previous version, v2, was raising deprecation warnings due to
    its reliance on Node.js 12.
  * The latest checkout action version, v3, uses Node.js 16.
This commit is contained in:
Ed Hennis
2023-07-01 03:13:37 -04:00
committed by GitHub
parent f18c6dfea7
commit 516ffb2147
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ jobs:
env:
CLANG_VERSION: 10
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Check levelization
run: Builds/levelization/levelization.sh
- name: Check for differences