|
@@ -55,7 +55,7 @@ jobs:
|
|
|
|
|
|
|
|
steps:
|
|
steps:
|
|
|
- name: Checkout Firmware Files
|
|
- name: Checkout Firmware Files
|
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
|
with:
|
|
with:
|
|
|
repository: "${{ vars.REPO_UNLEASHED }}"
|
|
repository: "${{ vars.REPO_UNLEASHED }}"
|
|
|
clean: "true"
|
|
clean: "true"
|
|
@@ -64,7 +64,7 @@ jobs:
|
|
|
fetch-depth: "0"
|
|
fetch-depth: "0"
|
|
|
|
|
|
|
|
- name: Checkout Repo Files
|
|
- name: Checkout Repo Files
|
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
|
with:
|
|
with:
|
|
|
repository: "${{ vars.REPO_SELF }}"
|
|
repository: "${{ vars.REPO_SELF }}"
|
|
|
clean: "true"
|
|
clean: "true"
|