From 8946d692cfb76a66d40c48f80d3fb0c0633a2eec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 19:30:22 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.6 --- .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 ed2d5cfb..3fb1c1fc 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@v4.1.4 + - uses: actions/checkout@v4.1.6 # Running golangci-lint - name: Linting