diff --git a/.github/workflows/update_ota_repo.yml b/.github/workflows/update_ota_repo.yml index a44fade9..724dc3d3 100644 --- a/.github/workflows/update_ota_repo.yml +++ b/.github/workflows/update_ota_repo.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout OTA Updates Repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: 'doudar/OTAUpdates' token: ${{ secrets.OTA_TOKEN }} # Use your secret token here