mirror of https://github.com/armbian/build.git
build(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
523fa2e75b
commit
54808ecff2
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: "Checkout build repo"
|
- name: "Checkout build repo"
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: armbian/build
|
repository: armbian/build
|
||||||
ref: main
|
ref: main
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Run Labeler
|
- name: Run Labeler
|
||||||
uses: crazy-max/ghaction-github-labeler@v5
|
uses: crazy-max/ghaction-github-labeler@v5
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Get repo
|
- name: Get repo
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
- name: Send push to Discord
|
- name: Send push to Discord
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
if: ${{ github.repository == 'armbian/build' && github.event.label.id == '6210849975' }}
|
if: ${{ github.repository == 'armbian/build' && github.event.label.id == '6210849975' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Get repo
|
- name: Get repo
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
- name: Discord webhook
|
- name: Discord webhook
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the pull request
|
- name: Checkout the pull request
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Check for label using GH CLI
|
- name: Check for label using GH CLI
|
||||||
id: check
|
id: check
|
||||||
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Checks out the repository to read files for matching with labeler config
|
# Checks out the repository to read files for matching with labeler config
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
# Applies labels based on the .github/labeler.yml config
|
# Applies labels based on the .github/labeler.yml config
|
||||||
- uses: actions/labeler@v6
|
- uses: actions/labeler@v6
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
uses: tj-actions/changed-files@70069877f29101175ed2b055d210fe8b1d54d7d7 # v46.0.3
|
uses: tj-actions/changed-files@70069877f29101175ed2b055d210fe8b1d54d7d7 # v46.0.3
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: a13xp0p0v/kconfig-hardened-check
|
repository: a13xp0p0v/kconfig-hardened-check
|
||||||
path: kconfig-hardened-check
|
path: kconfig-hardened-check
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
matrix: ${{ steps.gen.outputs.matrix }}
|
matrix: ${{ steps.gen.outputs.matrix }}
|
||||||
count: ${{ steps.gen.outputs.count }}
|
count: ${{ steps.gen.outputs.count }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
- name: "Produce inventory JSON"
|
- name: "Produce inventory JSON"
|
||||||
run: |
|
run: |
|
||||||
|
|
||||||
|
|
@ -75,7 +75,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
include: ${{ fromJson(needs.build-matrix.outputs.matrix) }}
|
include: ${{ fromJson(needs.build-matrix.outputs.matrix) }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|
@ -175,7 +175,7 @@ jobs:
|
||||||
needs: [build-matrix, rewrite-configs]
|
needs: [build-matrix, rewrite-configs]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout code"
|
- name: "Checkout code"
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Get current ${{ matrix.tool.PROJECT_NAME }} version
|
- name: Get current ${{ matrix.tool.PROJECT_NAME }} version
|
||||||
id: get-version-current
|
id: get-version-current
|
||||||
|
|
|
||||||
|
|
@ -115,7 +115,7 @@ runs:
|
||||||
passphrase: ${{ inputs.armbian_pgp_password }}
|
passphrase: ${{ inputs.armbian_pgp_password }}
|
||||||
|
|
||||||
- name: "Checkout Armbian os"
|
- name: "Checkout Armbian os"
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: armbian/os
|
repository: armbian/os
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
@ -123,7 +123,7 @@ runs:
|
||||||
path: os
|
path: os
|
||||||
|
|
||||||
- name: "Checkout Armbian build framework"
|
- name: "Checkout Armbian build framework"
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: armbian/build
|
repository: armbian/build
|
||||||
ref: ${{ inputs.armbian_branch }}
|
ref: ${{ inputs.armbian_branch }}
|
||||||
|
|
@ -131,7 +131,7 @@ runs:
|
||||||
path: build
|
path: build
|
||||||
|
|
||||||
- name: "Checkout customisations"
|
- name: "Checkout customisations"
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
clean: false
|
clean: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue