Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-with-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
src-included: 0
steps:
- name: Copy Firmware Files
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ${{ matrix.url }}
clean: true
Expand All @@ -60,7 +60,7 @@ jobs:

- name: Copy Repo Files
if: ${{ matrix.src-included == 0 }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ${{ vars.REPO_SELF }}
clean: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
fetch-tags: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

steps:
- name: Checkout Firmware Files
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: "${{ vars.REPO_UNLEASHED }}"
clean: "true"
Expand All @@ -64,7 +64,7 @@ jobs:
fetch-depth: "0"

- name: Checkout Repo Files
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: "${{ vars.REPO_SELF }}"
clean: "true"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ jobs:
url: ${{ vars.REPO_OFFICIAL }}
steps:
- name: Copy Firmware Files
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ${{ matrix.url }}
clean: true
submodules: true
ref: dev

- name: Copy Repo Files
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ${{ vars.REPO_SELF }}
clean: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
RELEASE_TYPE: 0
steps:
- name: Copy Repo Files
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: "${{ env.REPO_SELF }}"
clean: "true"
Expand Down
Loading