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/changelog-for-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:

- name: "Checkout"
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: armbian/os
fetch-depth: 0
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
failOnError: false

- name: "Checkout OS repository to get latest tag"
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: armbian/os
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix: ${{steps.json.outputs.JSON_CONTENT}}
steps:
- name: "Checkout Armbian build Framework"
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: armbian/build
ref: ${{ inputs.ref || inputs.branch || 'main' }}
Expand Down
178 changes: 89 additions & 89 deletions .github/workflows/complete-artifact-matrix-all-stable.yml

Large diffs are not rendered by default.

178 changes: 89 additions & 89 deletions .github/workflows/complete-artifact-matrix-all.yml

Large diffs are not rendered by default.

178 changes: 89 additions & 89 deletions .github/workflows/complete-artifact-matrix-apps.yml

Large diffs are not rendered by default.

178 changes: 89 additions & 89 deletions .github/workflows/complete-artifact-matrix-community-maintained.yml

Large diffs are not rendered by default.

178 changes: 89 additions & 89 deletions .github/workflows/complete-artifact-matrix-nightly.yml

Large diffs are not rendered by default.

178 changes: 89 additions & 89 deletions .github/workflows/complete-artifact-matrix-standard-support.yml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions .github/workflows/full-distro-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix: ${{steps.json.outputs.JSON_CONTENT}}
steps:
- name: "Checkout Armbian build Framework"
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: armbian/build
ref: ${{ inputs.ref || inputs.branch || 'main' }}
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:

# clone the build system repo (`armbian/build`)
- name: Checkout build repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: armbian/build
ref: ${{ inputs.ref || inputs.branch || 'main' }}
Expand All @@ -107,7 +107,7 @@ jobs:

# clone the userpatches repo (`armbian/os`)
- name: "Checkout userpatches repo"
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: armbian/os
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
pull-requests: write # for actions/labeler to add labels to PRs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/labeler@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion .github/workflows/labels-from-yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
-
name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/live-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Import GPG key
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/recreate-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:

- name: Checkout Armbian Framework
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
persist-credentials: false
repository: armbian/build
Expand All @@ -43,7 +43,7 @@ jobs:
path: build

- name: Checkout Armbian OS Config
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
persist-credentials: false
repository: armbian/os
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repository-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: armbian/actions/runner-clean@main

- name: Checkout build repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: armbian/build
fetch-depth: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/webindex-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ jobs:
steps:

- name: Checkout build framework repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: armbian/build
fetch-depth: 1
clean: false
path: build

- name: Checkout OS repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: armbian/os
fetch-depth: 1
Expand Down