Skip to content

Commit 62fc4b3

Browse files
chore(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 d9290e3 commit 62fc4b3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: "ubuntu-latest"
1010
steps:
1111
- name: "Checkout"
12-
uses: "actions/checkout@v5"
12+
uses: "actions/checkout@v6"
1313
with:
1414
fetch-depth: 0
1515
- name: "Install Nix"

.github/workflows/new_version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: "ubuntu-latest"
66
steps:
77
- name: "Checkout"
8-
uses: "actions/checkout@v5"
8+
uses: "actions/checkout@v6"
99
with:
1010
fetch-depth: 0
1111
submodules: "recursive"

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: "ubuntu-latest"
66
steps:
77
- name: "Checkout"
8-
uses: "actions/checkout@v5"
8+
uses: "actions/checkout@v6"
99
with:
1010
fetch-depth: 0
1111
fetch-tags: true
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: "ubuntu-latest"
7272
steps:
7373
- name: "Checkout"
74-
uses: "actions/checkout@v5"
74+
uses: "actions/checkout@v6"
7575
- name: "Download generated debs"
7676
uses: "actions/download-artifact@v6"
7777
with:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
version: [linux-rockchip, linux-rk356x, linux-stable, linux-rk2312, linux-rk2410, linux-rk2410-nocsf, linux-aw2501, linux-a733, linux-qcom]
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
- name: Check if there is missing files
2020
shell: bash
2121
run: |

0 commit comments

Comments
 (0)