mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2025-12-24 00:07:48 -05:00
feat: Downgrade actions/checkout from v6 to v5
This reverts the `actions/checkout` action to version 5 in the scheduled-updates workflow. The `persist-credentials` option has also been removed as it is not needed with `checkout@v5`. Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/scheduled-updates.yml
vendored
4
.github/workflows/scheduled-updates.yml
vendored
@@ -15,9 +15,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
persist-credentials: 'true'
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Update firmware releases list
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user