Skip to content

Commit dfc21f8

Browse files
Bump actions/checkout from 6 to 7 (#1155)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe0821e commit dfc21f8

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/cmake_ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
os: [ubuntu-22.04]
2424

2525
steps:
26-
- uses: actions/checkout@v6
26+
- uses: actions/checkout@v7
2727

2828
- name: Install Conan
2929
id: conan
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-24.04
5555

5656
steps:
57-
- uses: actions/checkout@v6
57+
- uses: actions/checkout@v7
5858
with:
5959
fetch-depth: 0 # Full history needed by SonarCloud
6060

.github/workflows/cmake_ubuntu_sanitizers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
sanitizer: [asan_ubsan, tsan]
3030

3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v7
3333

3434
- name: Install Conan
3535
id: conan

.github/workflows/cmake_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
build_type: [Release, Debug]
2121

2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424

2525
- name: Install Conan
2626
id: conan

.github/workflows/pixi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
# Pixi is the tool used to create/manage conda environment
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2525
- uses: prefix-dev/setup-pixi@v0.9.5
2626
with:
2727
pixi-version: v0.40.3

.github/workflows/pre-commit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
pre-commit:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919
- uses: actions/setup-python@v6
2020
- uses: pre-commit/action@v3.0.1
2121

2222
clang-tidy:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v7
2626

2727
- name: Install LLVM 21
2828
run: |

.github/workflows/ros2-rolling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- {ROS_DISTRO: rolling, ROS_REPO: main}
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323
- uses: 'ros-industrial/industrial_ci@master'
2424
env: ${{matrix.env}}
2525
with:

.github/workflows/ros2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- {ROS_DISTRO: jazzy, ROS_REPO: main}
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
- uses: 'ros-industrial/industrial_ci@master'
2525
env: ${{matrix.env}}
2626
with:

0 commit comments

Comments
 (0)