From 17547eb78ea63c02623d1cd0271941be90fada25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 05:52:22 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 7 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](https://github.com/actions/checkout/compare/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] --- .github/workflows/add-git-tag.yml | 2 +- .github/workflows/eol-installers.yml | 24 ++++++++++++------------ .github/workflows/installers.yml | 16 ++++++++-------- .github/workflows/main.yml | 6 +++--- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/add-git-tag.yml b/.github/workflows/add-git-tag.yml index dd5ce57..dacb40f 100644 --- a/.github/workflows/add-git-tag.yml +++ b/.github/workflows/add-git-tag.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Add tag if: startsWith(github.event.pull_request.title, 'release') && github.event.pull_request.merged == true env: diff --git a/.github/workflows/eol-installers.yml b/.github/workflows/eol-installers.yml index be90550..5b7316f 100644 --- a/.github/workflows/eol-installers.yml +++ b/.github/workflows/eol-installers.yml @@ -30,7 +30,7 @@ jobs: # os-check-on-ubuntu-bionic: # runs-on: ubuntu-18.04 # steps: - # - uses: actions/checkout@v6 + # - uses: actions/checkout@v7 # with: # submodules: recursive # - name: Run bats test @@ -40,7 +40,7 @@ jobs: # os-check-on-ubuntu-focal: # runs-on: ubuntu-20.04 # steps: - # - uses: actions/checkout@v6 + # - uses: actions/checkout@v7 # with: # submodules: recursive # - name: Run bats test @@ -50,7 +50,7 @@ jobs: # dashing-ros-base-main: # runs-on: ubuntu-18.04 # steps: - # - uses: actions/checkout@v6 + # - uses: actions/checkout@v7 # - name: Run the install script # run: | # ./ros2-dashing-ros-base-main.sh @@ -63,7 +63,7 @@ jobs: # dashing-desktop-main: # runs-on: ubuntu-18.04 # steps: - # - uses: actions/checkout@v6 + # - uses: actions/checkout@v7 # - name: Run the install script # run: | # ./ros2-dashing-desktop-main.sh @@ -75,7 +75,7 @@ jobs: # eloquent-ros-base-main: # runs-on: ubuntu-18.04 # steps: - # - uses: actions/checkout@v6 + # - uses: actions/checkout@v7 # - name: Run the install script # run: | # ./ros2-eloquent-ros-base-main.sh @@ -88,7 +88,7 @@ jobs: # eloquent-desktop-main: # runs-on: ubuntu-18.04 # steps: - # - uses: actions/checkout@v6 + # - uses: actions/checkout@v7 # - name: Run the install script # run: | # ./ros2-eloquent-desktop-main.sh @@ -100,7 +100,7 @@ jobs: # foxy-ros-base-main: # runs-on: ubuntu-20.04 # steps: - # - uses: actions/checkout@v6 + # - uses: actions/checkout@v7 # - name: Run the install script # run: | # ./ros2-foxy-ros-base-main.sh @@ -113,7 +113,7 @@ jobs: # foxy-desktop-main: # runs-on: ubuntu-20.04 # steps: - # - uses: actions/checkout@v6 + # - uses: actions/checkout@v7 # - name: Run the install script # run: | # ./ros2-foxy-desktop-main.sh @@ -125,7 +125,7 @@ jobs: # galactic-ros-base-main: # runs-on: ubuntu-20.04 # steps: - # - uses: actions/checkout@v6 + # - uses: actions/checkout@v7 # - name: Run the install script # run: | # ./ros2-galactic-ros-base-main.sh @@ -138,7 +138,7 @@ jobs: # galactic-desktop-main: # runs-on: ubuntu-20.04 # steps: - # - uses: actions/checkout@v6 + # - uses: actions/checkout@v7 # - name: Run the install script # run: | # ./ros2-galactic-desktop-main.sh @@ -150,7 +150,7 @@ jobs: iron-ros-base-main: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run the install script run: | ./ros2-iron-ros-base-main.sh @@ -163,7 +163,7 @@ jobs: iron-desktop-main: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run the install script run: | ./ros2-iron-desktop-main.sh diff --git a/.github/workflows/installers.yml b/.github/workflows/installers.yml index 2d32aed..a717b77 100644 --- a/.github/workflows/installers.yml +++ b/.github/workflows/installers.yml @@ -26,7 +26,7 @@ jobs: os-check-on-ubuntu-jammy: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive - name: Run bats test @@ -36,7 +36,7 @@ jobs: os-check-on-ubuntu-noble: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive - name: Run bats test @@ -46,7 +46,7 @@ jobs: humble-ros-base-main: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run the install script run: | ./ros2-humble-ros-base-main.sh @@ -59,7 +59,7 @@ jobs: humble-desktop-main: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run the install script run: | ./ros2-humble-desktop-main.sh @@ -71,7 +71,7 @@ jobs: jazzy-ros-base-main: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run the install script run: | ./ros2-jazzy-ros-base-main.sh @@ -84,7 +84,7 @@ jobs: jazzy-desktop-main: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run the install script run: | ./ros2-jazzy-desktop-main.sh @@ -96,7 +96,7 @@ jobs: kilted-ros-base-main: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run the install script run: | ./ros2-kilted-ros-base-main.sh @@ -109,7 +109,7 @@ jobs: kilted-desktop-main: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run the install script run: | ./ros2-kilted-desktop-main.sh diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 87fe35d..b331d56 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: humble: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run the install script run: | sed -e 's/^\(CHOOSE_ROS_DISTRO=.*\)/#\1\nCHOOSE_ROS_DISTRO=humble/g' -i run.sh @@ -40,7 +40,7 @@ jobs: jazzy: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run the install script run: | sed -e 's/^\(CHOOSE_ROS_DISTRO=.*\)/#\1\nCHOOSE_ROS_DISTRO=jazzy/g' -i run.sh @@ -53,7 +53,7 @@ jobs: kilted: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run the install script run: | sed -e 's/^\(CHOOSE_ROS_DISTRO=.*\)/#\1\nCHOOSE_ROS_DISTRO=kilted/g' -i run.sh