From 1d2d82b18b13b8a88c95563f756497c03f564ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:19:07 +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/clang-format-check.yml | 2 +- .github/workflows/pipeline.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 616366733..ca8dc8992 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Check out stratum repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get list of changed Files id: changes diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 8b5d4c921..f8c2ee232 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Clone stratum repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Mount bazel cache uses: actions/cache@v4 @@ -77,7 +77,7 @@ jobs: steps: - name: Clone stratum repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Mount bazel cache uses: actions/cache@v4 @@ -103,7 +103,7 @@ jobs: steps: - name: Clone stratum repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: stratum