Changed CI to use latest actions to get away from the Node 16 deprecation. (#2912)

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Micah Gale 2024-03-13 11:08:13 -05:00 committed by GitHub
parent 0f07420af2
commit 539f58d3b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 57 additions and 57 deletions

View file

@ -13,7 +13,7 @@ jobs:
cpp-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cpp-linter/cpp-linter-action@v2
id: linter
env: