diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index 0221dee..3380366 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -19,7 +19,7 @@ jobs: go-version: "1.22" cache: false - name: Checkout the code - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4 - name: Vendor packages run: | go mod vendor