File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
go-version : ${{ steps.vars.outputs.go_version }}
30
30
- name : golangci-lint
31
- uses : golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # tag=v6.0.1
31
+ uses : golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # tag=v6.1.0
32
32
with :
33
33
version : v1.59.0
34
34
args : --out-format=colored-line-number
Original file line number Diff line number Diff line change 22
22
fetch-depth : 0
23
23
- name : Get changed files
24
24
id : changed-files
25
- uses : tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 # tag=v44.5.6
25
+ uses : tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c # tag=v44.5.7
26
26
- name : Get release version
27
27
id : release-version
28
28
run : |
You can’t perform that action at this time.
0 commit comments