WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 54808ec

Browse files
dependabot[bot]igorpecovnik
authored andcommitted
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](actions/checkout@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] <[email protected]>
1 parent 523fa2e commit 54808ec

11 files changed

+17
-17
lines changed

.github/workflows/adjust-maintainers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121

2222
- name: "Checkout build repo"
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
repository: armbian/build
2626
ref: main

.github/workflows/labels-from-yml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Run Labeler
3030
uses: crazy-max/ghaction-github-labeler@v5

.github/workflows/merge-announce.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Get repo
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
with:
1616
ref: ${{ github.event.pull_request.head.sha }}
1717
- name: Send push to Discord

.github/workflows/pr-announce.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: ${{ github.repository == 'armbian/build' && github.event.label.id == '6210849975' }}
1515
steps:
1616
- name: Get repo
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
ref: ${{ github.event.pull_request.head.sha }}
2020
- name: Discord webhook

.github/workflows/pr-auto-labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout the pull request
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Check for label using GH CLI
3030
id: check
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
# Checks out the repository to read files for matching with labeler config
51-
- uses: actions/checkout@v5
51+
- uses: actions/checkout@v6
5252

5353
# Applies labels based on the .github/labeler.yml config
5454
- uses: actions/labeler@v6

.github/workflows/pr-kernel-security-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
with:
3333
fetch-depth: 0
3434

@@ -37,7 +37,7 @@ jobs:
3737
uses: tj-actions/changed-files@70069877f29101175ed2b055d210fe8b1d54d7d7 # v46.0.3
3838

3939
- name: Checkout repository
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141
with:
4242
repository: a13xp0p0v/kconfig-hardened-check
4343
path: kconfig-hardened-check

.github/workflows/pr-lint-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828
with:
2929
fetch-depth: 2
3030

.github/workflows/rewrite-kernel-configs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix: ${{ steps.gen.outputs.matrix }}
1818
count: ${{ steps.gen.outputs.count }}
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: "Produce inventory JSON"
2222
run: |
2323
@@ -75,7 +75,7 @@ jobs:
7575
matrix:
7676
include: ${{ fromJson(needs.build-matrix.outputs.matrix) }}
7777
steps:
78-
- uses: actions/checkout@v5
78+
- uses: actions/checkout@v6
7979
with:
8080
fetch-depth: 0
8181

@@ -175,7 +175,7 @@ jobs:
175175
needs: [build-matrix, rewrite-configs]
176176
runs-on: ubuntu-latest
177177
steps:
178-
- uses: actions/checkout@v5
178+
- uses: actions/checkout@v6
179179
with:
180180
fetch-depth: 0
181181

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: "Checkout code"
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
with:
3333
persist-credentials: false
3434

.github/workflows/update-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
steps:
6565
- name: Checkout repository
66-
uses: actions/checkout@v5
66+
uses: actions/checkout@v6
6767

6868
- name: Get current ${{ matrix.tool.PROJECT_NAME }} version
6969
id: get-version-current

0 commit comments

Comments
 (0)