File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
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@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
30
+ uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
31
31
with:
32
32
go-version: ${{ steps.vars.outputs.go_version }}
33
33
- name: golangci-lint
34
- uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # tag=v6.5.1
34
+ uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # tag=v6.5.2
35
35
with:
36
36
version: v1.64.6
37
37
args: --out-format=colored-line-number
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@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
27
+ uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .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
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@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
25
+ uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
26
26
with:
27
27
go-version: ${{ steps.vars.outputs.go_version }}
28
28
- name: Generate release binaries
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@531f5f7d163941f0c1c04e0ff4d8bb243ac4366f # tag=v45 .0.7
22
+ uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # tag=v46 .0.1
23
23
with:
24
24
files: |
25
25
hack/envtest/_matrix/*.yaml
You can’t perform that action at this time.
0 commit comments