chore(deps): update actions/checkout action to v5 (#2684)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-08-11 09:45:24 -05:00 committed by GitHub
parent 07cdbacf8f
commit 4da518d9bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 9 additions and 9 deletions

View file

@ -26,7 +26,7 @@ jobs:
api-level: ${{ fromJson(inputs.api_levels) }} # Use the input to define the matrix
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: 'recursive'