chore(deps): update actions/checkout action to v6 (#3755)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-11-20 19:46:23 +00:00 committed by GitHub
parent 8a73073a2e
commit 8bd8783944
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 13 additions and 13 deletions

View file

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