File tree 2 files changed +2
-2
lines changed
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@38e1018663fa5173f3968ea0777460d3de38f256 # tag=v5.3.0
31
+ uses : golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # tag=v6.0.1
32
32
with :
33
33
version : v1.57.2
34
34
args : --out-format=colored-line-number
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
curl -L "https://raw.githubusercontent.com/${{ github.repository }}/main/CHANGELOG/${{ env.RELEASE_TAG }}.md" \
106
106
-o "${{ env.RELEASE_TAG }}.md"
107
107
- name : Release
108
- uses : softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # tag=v2.0.4
108
+ uses : softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # tag=v2.0.5
109
109
with :
110
110
draft : true
111
111
files : out/*
You can’t perform that action at this time.
0 commit comments