From 0a2e4ecf4337dc064ae253e3e6809d0d1a0d831d Mon Sep 17 00:00:00 2001 From: Ishan Goel Date: Fri, 1 Dec 2023 14:57:37 -0500 Subject: [PATCH] Update golangci-lint.yaml --- .github/workflows/golangci-lint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index e9958b2d..d027dc1d 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -20,9 +20,9 @@ jobs: with: go-version: '>=1.18.0' check-latest: true - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: golangci-lint - uses: golangci/golangci-lint-action@v2 + uses: golangci/golangci-lint-action@v3.7 with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version version: latest