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:
James Rich
2025-11-20 20:42:48 -06:00
parent e95705ffc9
commit dc6539f74f

View File

@@ -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: |