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