Skip to content

Commit 26a16ac

Browse files
dependabot[bot]igorpecovnik
authored andcommitted
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 9bfde30 commit 26a16ac

12 files changed

+17
-17
lines changed

.github/workflows/directory-listing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: "Directory Listings Index"
1717
steps:
1818
- name: Checkout data branch
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
ref: data
2222
fetch-depth: 0

.github/workflows/generate-base-files-info-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
# Step 1: Checkout the repository
1414
- name: Checkout repository
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
# Step 2: Set up Python environment

.github/workflows/generate-jira-excerpt.yml

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

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626
path: armbian.github.io

.github/workflows/generate-keyring-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: "Download Keyring Data"
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121
path: armbian.github.io

.github/workflows/generate-motd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
steps:
1515

1616
- name: Checkout repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
2020
path: armbian.github.io
2121

2222
- name: Checkout repository
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
repository: "armbian/os"
2626
fetch-depth: 0

.github/workflows/generate-partners-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: "Fetch data"
1515
steps:
1616
- name: Checkout armbian.github.io repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
repository: armbian/armbian.github.io
2020
fetch-depth: 0

.github/workflows/generate-redirector-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ jobs:
549549
steps:
550550

551551
- name: Checkout repository
552-
uses: actions/checkout@v5
552+
uses: actions/checkout@v6
553553
with:
554554
fetch-depth: 0
555555
path: armbian.github.io

.github/workflows/generate-release-logs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
if-no-files-found: warn
165165

166166
- name: "Checkout OS repository to get version"
167-
uses: actions/checkout@v5
167+
uses: actions/checkout@v6
168168
with:
169169
repository: armbian/os
170170
fetch-depth: 0

.github/workflows/generate-rpi-imager-json.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,23 @@ jobs:
2020
steps:
2121

2222
- name: Checkout build framework repository
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
repository: armbian/build
2626
fetch-depth: 1
2727
clean: false
2828
path: build
2929

3030
- name: Checkout OS repository
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
with:
3333
repository: armbian/os
3434
fetch-depth: 1
3535
clean: false
3636
path: os
3737

3838
- name: Checkout armbian.github.io repository
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040
with:
4141
repository: armbian/armbian.github.io
4242
fetch-depth: 0

.github/workflows/generate-web-index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ jobs:
2323
steps:
2424

2525
- name: Checkout build framework repository
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
with:
2828
repository: armbian/build
2929
fetch-depth: 1
3030
clean: false
3131
path: build
3232

3333
- name: Checkout OS repository
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
with:
3636
repository: armbian/os
3737
fetch-depth: 1
3838
clean: false
3939
path: os
4040

4141
- name: Checkout armbian.github.io repository
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
with:
4444
repository: armbian/armbian.github.io
4545
fetch-depth: 0

0 commit comments

Comments
 (0)