File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 id : vars
2525 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2626 - name : Set up Go
27- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1 .0
27+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2 .0
2828 with :
2929 go-version : ${{ steps.vars.outputs.go_version }}
30- - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # tag=v5.0.1
30+ - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # tag=v5.0.2
3131 name : Restore go cache
3232 with :
3333 path : |
Original file line number Diff line number Diff line change 2424 id : vars
2525 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2626 - name : Set up Go
27- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1 .0
27+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2 .0
2828 with :
2929 go-version : ${{ steps.vars.outputs.go_version }}
3030 - name : golangci-lint
Original file line number Diff line number Diff line change 9595 - name : Calculate go version
9696 run : echo "go_version=$(make go-version)" >> $GITHUB_ENV
9797 - name : Set up Go
98- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1 .0
98+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2 .0
9999 with :
100100 go-version : ${{ env.go_version }}
101101 - name : generate release artifacts
Original file line number Diff line number Diff line change 2525 id : vars
2626 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2727 - name : Set up Go
28- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1 .0
28+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2 .0
2929 with :
3030 go-version : ${{ steps.vars.outputs.go_version }}
3131 - name : Run verify security target
Original file line number Diff line number Diff line change 3232 - name : Calculate go version
3333 run : echo "go_version=$(make go-version)" >> $GITHUB_ENV
3434 - name : Set up Go
35- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag=v6.1 .0
35+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2 .0
3636 with :
3737 go-version : ${{ env.go_version }}
3838 - name : Test release
You can’t perform that action at this time.
0 commit comments