From 986328463a6c24e6f43ba1764393839d9f43fcf5 Mon Sep 17 00:00:00 2001 From: dbeltukov Date: Wed, 22 May 2024 20:05:53 +0300 Subject: [PATCH] chore(ci): update actions version ca77f9f209ff886d01ee3662fd0a9ea7b37ec476 --- .github/workflows/lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d01a0c3..372340c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,11 +13,11 @@ jobs: timeout-minutes: 10 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: go-version-file: go.mod - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 with: - version: v1.55.2 \ No newline at end of file + version: v1.58.2 \ No newline at end of file