From 9392ac6df5525798680903be80be3739236ea9fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 02:55:56 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7.0.1 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da88056a..7cc16b77 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 # Running golangci-lint - name: Linting