Skip to content

Commit e34f27c

Browse files
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](actions/checkout@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] <[email protected]>
1 parent 4613127 commit e34f27c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
- "-d CONFIG_DEBUG_FS"
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
with:
2323
path: src
2424
- run: echo "::add-matcher::src/.github/workflows/gcc-problem-matcher.json"
2525
- run: sudo apt-get update
2626
- run: sudo apt-get install -y libelf-dev sparse
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
with:
2929
repository: torvalds/linux
3030
path: linux

.github/workflows/checkpatch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
steps:
99
- run: sudo apt-get update
1010
- run: sudo apt-get install -y codespell
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
with:
1313
path: src
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
with:
1616
repository: torvalds/linux
1717
path: linux

.github/workflows/dkms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
dkms:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010
with:
1111
fetch-depth: 0
1212
- run: echo "::add-matcher::.github/workflows/gcc-problem-matcher.json"

0 commit comments

Comments
 (0)