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 2727 uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1.0
2828 with :
2929 go-version : ${{ steps.vars.outputs.go_version }}
30- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # tag=v4.3 .0
30+ - uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # tag=v5.0 .0
3131 name : Restore go cache
3232 with :
3333 path : |
Original file line number Diff line number Diff line change 3737 sed -i "s/GOLANGCI_LINT_VERSION ?= .*/GOLANGCI_LINT_VERSION ?= ${{ steps.get_version.outputs.latest_version }}/" hack/tools/Makefile
3838 - name : Create Pull Request
3939 if : ${{ steps.check_version.outputs.current_version != steps.get_version.outputs.latest_version }}
40- uses : peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # tag=v7 .0.9
40+ uses : peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # tag=v8 .0.0
4141 with :
4242 commit-message : " This commit updates golangci-lint to version v${{ steps.get_version.outputs.latest_version }}."
4343 title : " :seedling: chore: bump golangci-lint to v${{ steps.get_version.outputs.latest_version }}"
You can’t perform that action at this time.
0 commit comments