mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
.github/workflows/adjust-maintainers.yml
vendored
2
.github/workflows/adjust-maintainers.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: "Checkout build repo"
|
- name: "Checkout build repo"
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
repository: armbian/build
|
repository: armbian/build
|
||||||
ref: main
|
ref: main
|
||||||
|
|||||||
2
.github/workflows/labels-from-yml.yml
vendored
2
.github/workflows/labels-from-yml.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Run Labeler
|
- name: Run Labeler
|
||||||
uses: crazy-max/ghaction-github-labeler@v5
|
uses: crazy-max/ghaction-github-labeler@v5
|
||||||
|
|||||||
2
.github/workflows/merge-announce.yml
vendored
2
.github/workflows/merge-announce.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Get repo
|
- name: Get repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
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
|
||||||
|
|||||||
2
.github/workflows/pr-announce.yml
vendored
2
.github/workflows/pr-announce.yml
vendored
@@ -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@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
- name: Discord webhook
|
- name: Discord webhook
|
||||||
|
|||||||
4
.github/workflows/pr-auto-labeler.yml
vendored
4
.github/workflows/pr-auto-labeler.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the pull request
|
- name: Checkout the pull request
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- 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@v4
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
# Applies labels based on the .github/labeler.yml config
|
# Applies labels based on the .github/labeler.yml config
|
||||||
- uses: actions/labeler@v5
|
- uses: actions/labeler@v5
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@@ -37,7 +37,7 @@ jobs:
|
|||||||
uses: tj-actions/changed-files@4662f28b04a04c9b3c760178bc00690771ba6fe1 # v46.0.3
|
uses: tj-actions/changed-files@4662f28b04a04c9b3c760178bc00690771ba6fe1 # v46.0.3
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
repository: a13xp0p0v/kconfig-hardened-check
|
repository: a13xp0p0v/kconfig-hardened-check
|
||||||
path: kconfig-hardened-check
|
path: kconfig-hardened-check
|
||||||
|
|||||||
2
.github/workflows/pr-lint-scripts.yml
vendored
2
.github/workflows/pr-lint-scripts.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/scorecard.yml
vendored
2
.github/workflows/scorecard.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout code"
|
- name: "Checkout code"
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/update-tools.yml
vendored
2
.github/workflows/update-tools.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- 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@v4
|
uses: actions/checkout@v5
|
||||||
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@v4
|
uses: actions/checkout@v5
|
||||||
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@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
clean: false
|
clean: false
|
||||||
|
|||||||
Reference in New Issue
Block a user