Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/build-overlay-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
DEBIAN_FRONTEND=noninteractive apt -y full-upgrade

- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Install sbuild and dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
apt -y upgrade
apt -y full-upgrade

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lava-schema-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
container: lavasoftware/lava-server:2025.04
steps:
- name: Clone repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Schema check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lava-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
jobmatrix: ${{ steps.listjobs.outputs.jobmatrix }}
steps:
- name: Clone repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Print trigger
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
matrix: ${{ fromJson(needs.prepare-job-list.outputs.jobmatrix) }}
steps:
- name: Clone repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
volumes:
- /efs/qli/qcom-deb-images:/efs
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install flake8
run: sudo apt update && sudo apt -y install file flake8

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand All @@ -41,7 +41,7 @@ jobs:
- name: Install Pylint and dependencies
run: sudo apt update && sudo apt -y install file pylint python3-voluptuous

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand All @@ -57,7 +57,7 @@ jobs:
- name: Install ShellCheck
run: sudo apt update && sudo apt -y install shellcheck file

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/u-boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
volumes:
- /efs/qli/qcom-deb-images:/efs
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
Loading