Merge pull request #494 from dpaulat/renovate/actions-checkout-5.x

Update actions/checkout action to v5
This commit is contained in:
Dan Paulat 2025-08-22 18:04:56 -05:00 committed by GitHub
commit 8b8387ff87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -135,7 +135,7 @@ jobs:
run: git config --global core.longpaths true
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: source
submodules: recursive

View file

@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
submodules: false

View file

@ -36,13 +36,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: source
submodules: recursive
- name: Checkout clang-tidy-review Repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: ZedThree/clang-tidy-review
ref: v0.20.1