mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
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:
parent
07cdbacf8f
commit
4da518d9bc
7 changed files with 9 additions and 9 deletions
2
.github/workflows/reusable-android-test.yml
vendored
2
.github/workflows/reusable-android-test.yml
vendored
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue