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 28
28
id : vars
29
29
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
30
30
- name : Set up Go
31
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5 .0
31
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0 .0
32
32
with :
33
33
go-version : ${{ steps.vars.outputs.go_version }}
34
34
- 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@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5 .0
27
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0 .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 19
19
actions : write
20
20
steps :
21
21
- name : Update PR
22
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
22
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
23
23
continue-on-error : true
24
24
with :
25
25
github-token : ${{ secrets.GITHUB_TOKEN }}
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@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5 .0
25
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0 .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
31
31
- name : Release
32
- uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # tag=v2.3.2
32
+ uses : softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # tag=v2.3.3
33
33
with :
34
34
draft : false
35
35
files : tools/setup-envtest/out/*
You can’t perform that action at this time.
0 commit comments