[dependencies] Update github-actions

This commit is contained in:
renovate[bot] 2024-02-09 19:03:57 +00:00 committed by 世界
parent e6885e9967
commit 71e7d517a8
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v4 uses: actions/setup-go@v5
with: with:
go-version: ^1.22 go-version: ^1.22
- name: Setup Go - name: Setup Go
@ -34,7 +34,7 @@ jobs:
with: with:
go-version: ${{ steps.version.outputs.go_version }} go-version: ${{ steps.version.outputs.go_version }}
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@v3 uses: golangci/golangci-lint-action@v4
with: with:
version: latest version: latest
args: --timeout=30m args: --timeout=30m