From c6a4443c67016fc6807b60cf5de9d7ed65f9cad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:57:04 +0000 Subject: [PATCH] GA: Bump actions/checkout from 3 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 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/v3...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/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4981fc3..5cee14c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout source - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: run protolint uses: plexsystems/protolint-action@v0.7.0 @@ -28,7 +28,7 @@ jobs: pull-requests: write steps: - name: checkout source - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: run buf uses: bufbuild/buf-action@v1 with: