File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
id : vars
28
28
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
29
29
- name : Set up Go
30
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # tag=v5.1 .0
30
+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v5.2 .0
31
31
with :
32
32
go-version : ${{ steps.vars.outputs.go_version }}
33
33
- name : golangci-lint
Original file line number Diff line number Diff line change 24
24
id : vars
25
25
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
26
26
- name : Set up Go
27
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # tag=v5.1 .0
27
+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v5.2 .0
28
28
with :
29
29
go-version : ${{ steps.vars.outputs.go_version }}
30
30
- name : Update all modules
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
22
22
id : vars
23
23
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
24
24
- name : Set up Go
25
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # tag=v5.1 .0
25
+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v5.2 .0
26
26
with :
27
27
go-version : ${{ steps.vars.outputs.go_version }}
28
28
- name : Generate release binaries
29
29
run : |
30
30
make release-controller-gen
31
31
- name : Release
32
- uses : softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # tag=v2.1 .0
32
+ uses : softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # tag=v2.2 .0
33
33
with :
34
34
draft : false
35
35
files : out/*
Original file line number Diff line number Diff line change 19
19
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
20
20
- name : Get changed files
21
21
id : changed-files
22
- uses : tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf # tag=v45.0.4
22
+ uses : tj-actions/changed-files@bab30c2299617f6615ec02a68b9a40d10bd21366 # tag=v45.0.5
23
23
with :
24
24
files : |
25
25
hack/envtest/_matrix/*.yaml
39
39
run : |
40
40
make release-envtest KUBERNETES_VERSION=${{ env.KUBERNETES_VERSION }}
41
41
- name : Release
42
- uses : softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # tag=v2.1 .0
42
+ uses : softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # tag=v2.2 .0
43
43
with :
44
44
tag_name : envtest-${{ env.KUBERNETES_VERSION }}
45
45
draft : false
You can’t perform that action at this time.
0 commit comments