From 05e7faaf9bff7b15b5f3f183363f804ef842b666 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 01:33:43 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .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 047aa4e..ce6dc07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,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@v3 + - uses: actions/checkout@v4 # Running golangci-lint - name: Run golangci-lint