From 70f12542e4e29cc2f7427f884244a34b51bc389c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:03:39 +0000 Subject: [PATCH] GA: Bump actions/checkout from 3 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 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/v3...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/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4981fc3..d62042a 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@v7 - 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@v7 - name: run buf uses: bufbuild/buf-action@v1 with: