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