Skip to content

Commit ebb2ea9

Browse files
chore(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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] <support@github.com>
1 parent ce41922 commit ebb2ea9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
lint:
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v6
3939

4040
- name: Install clang-format
4141
run: sudo apt-get install -y clang-format
@@ -76,7 +76,7 @@ jobs:
7676
CONFIG_ISOTP=y
7777
7878
steps:
79-
- uses: actions/checkout@v4
79+
- uses: actions/checkout@v6
8080

8181
- name: Set up Python (for west)
8282
uses: actions/setup-python@v5
@@ -111,7 +111,7 @@ jobs:
111111
if: false # Re-enable when tests/build_check/CMakeLists.txt exists (Phase 2+)
112112
runs-on: ubuntu-latest
113113
steps:
114-
- uses: actions/checkout@v4
114+
- uses: actions/checkout@v6
115115

116116
- name: Set up Python (for west)
117117
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)