diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7337a1..fd94ef3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: go-version: [stable, oldstable] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - uses: actions/setup-go@v6 @@ -27,7 +27,7 @@ jobs: go mod tidy --diff - name: Install golangci-lint ${{ env.GOLANGCI_LINT_VERSION }} - uses: golangci/golangci-lint-action@v9 + uses: golangci/golangci-lint-action@v9.2.1 with: version: ${{ env.GOLANGCI_LINT_VERSION }}