File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2727
2828 - name : Setup Go environment
29- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
29+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
3030 with :
3131 cache : true
3232 go-version-file : go.mod
Original file line number Diff line number Diff line change 5151
5252
5353 - name : Setup Go environment
54- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
54+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
5555 with :
5656 cache : true
5757 go-version-file : go.mod
Original file line number Diff line number Diff line change 4848 uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4949
5050 - name : Setup Go environment
51- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
51+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
5252 with :
5353 cache : true
5454 go-version-file : schema/go.mod
Original file line number Diff line number Diff line change 5454 echo "version=$(./hack/next-version.sh)" >> "$GITHUB_ENV"
5555
5656 - name : API Release
57- uses : softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2.3.4
57+ uses : softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
5858 with :
5959 name : API Release ${{env.version}}
6060 tag_name : ${{env.version}}
You can’t perform that action at this time.
0 commit comments