Skip to content

Commit 5c0b1a6

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 eb1e482 commit 5c0b1a6

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
@@ -25,7 +25,7 @@ jobs:
2525
lint:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v6
2929

3030
- name: Install clang-format
3131
run: sudo apt-get install -y clang-format
@@ -63,7 +63,7 @@ jobs:
6363
CONFIG_ISOTP=y
6464
6565
steps:
66-
- uses: actions/checkout@v4
66+
- uses: actions/checkout@v6
6767

6868
- name: Set up Python (for west)
6969
uses: actions/setup-python@v5
@@ -96,7 +96,7 @@ jobs:
9696
needs: build
9797
runs-on: ubuntu-latest
9898
steps:
99-
- uses: actions/checkout@v4
99+
- uses: actions/checkout@v6
100100

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

0 commit comments

Comments
 (0)