From ddf5777240180220f2dc5993eadcc0b617779ba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 08:25:55 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26616292..81b7d55a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Check License Header uses: apache/skywalking-eyes/header@v0.6.0 @@ -55,7 +55,7 @@ jobs: - ubuntu-latest - macos-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install protoc run: | if [ "$RUNNER_OS" == "Linux" ]; then @@ -74,7 +74,7 @@ jobs: - ubuntu-latest - macos-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install protoc run: | if [ "$RUNNER_OS" == "Linux" ]; then