File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1.0
2929 with :
3030 go-version : ${{ steps.vars.outputs.go_version }}
31- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # tag=v4.3.0
31+ - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag=v5.0.1
3232 name : Restore go cache
3333 with :
3434 path : |
Original file line number Diff line number Diff line change 2525 fetch-depth : 0
2626 - name : Get changed files
2727 id : changed-files
28- uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
28+ uses : tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1
2929 - name : Get release version
3030 id : release-version
3131 run : |
Original file line number Diff line number Diff line change 3939 sed -i "s/GOLANGCI_LINT_VERSION ?= .*/GOLANGCI_LINT_VERSION ?= ${{ steps.get_version.outputs.latest_version }}/" hack/tools/Makefile
4040 - name : Create Pull Request
4141 if : ${{ steps.check_version.outputs.current_version != steps.get_version.outputs.latest_version }}
42- uses : peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # tag=v7 .0.11
42+ uses : peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # tag=v8 .0.0
4343 with :
4444 commit-message : " This commit updates golangci-lint to version v${{ steps.get_version.outputs.latest_version }}."
4545 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