From dfa3f6dad6da42ed8546ea7c007509cbce34b37f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 17:51:55 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.0.3 --- .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 66d06f54..454d4ef9 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@v6.0.2 + - uses: actions/checkout@v6.0.3 # Running golangci-lint - name: Linting