From 5a77a29e9eee28049a6f894de4bf009ff7932626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 08:01:05 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...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] --- .github/workflows/pr.yml | 2 +- .github/workflows/test.yml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 0cb7ae6a..ae5f666e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -11,7 +11,7 @@ jobs: name: "Lint sources and check build artifacts" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v4.4.0 with: node-version: "20.x" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7c85e509..2ef482f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: container: image: ${{ matrix.container_image }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v4.4.0 with: node-version: "20.x" @@ -74,7 +74,7 @@ jobs: INSTALL_TYPE: ${{ startsWith(matrix.os, 'windows') && 'merged' || 'default' }} INSTALL_PATH: ${{ startsWith(matrix.os, 'windows') && 'install/share' || 'install' }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v4.4.0 with: node-version: "20.x" @@ -100,7 +100,7 @@ jobs: image: rostooling/setup-ros-docker:ubuntu-jammy-latest needs: pre_condition steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: ./ with: package-name: rmw @@ -114,7 +114,7 @@ jobs: image: rostooling/setup-ros-docker:ubuntu-jammy-latest needs: pre_condition steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Skip installing test_depend dependency and verifies it isn't installed. - uses: ./ with: @@ -148,7 +148,7 @@ jobs: # We don't have access to the secret token for the test repo on a fork if: ${{ !github.event.repository.fork && !github.event.pull_request.head.repo.fork }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: ./ with: import-token: ${{ secrets.TOKEN_PRIVATE_REPO_TEST }} @@ -189,7 +189,7 @@ jobs: container: image: ${{ matrix.container_image }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v4.4.0 with: node-version: "20.x" @@ -254,7 +254,7 @@ jobs: INSTALL_TYPE: ${{ startsWith(matrix.os, 'windows') && 'merged' || 'default' }} INSTALL_PATH: ${{ startsWith(matrix.os, 'windows') && 'install/share' || 'install' }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v4.4.0 with: node-version: "20.x" @@ -469,7 +469,7 @@ jobs: container: image: ${{ matrix.container_image }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v4.4.0 with: node-version: "20.x"