File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 with :
2828 fetch-depth : ' 0'
2929 - name : Set up Go 1.x
30- uses : actions/setup-go@v6
30+ uses : actions/setup-go@v7
3131 with :
3232 go-version-file : go.mod
3333 check-latest : true
4545 with :
4646 fetch-depth : ' 0'
4747 - name : Set Up Go
48- uses : actions/setup-go@v6
48+ uses : actions/setup-go@v7
4949 with :
5050 go-version-file : go.mod
5151 check-latest : true
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139 - name : Install Linux Packages
140140 run : sudo apt update && sudo apt install -y --no-install-recommends fakeroot
141141 - name : Set up Go
142- uses : actions/setup-go@v6
142+ uses : actions/setup-go@v7
143143 with :
144144 go-version-file : go.mod
145145
@@ -417,7 +417,7 @@ jobs:
417417 run : make
418418
419419 - name : Set up Go
420- uses : actions/setup-go@v6
420+ uses : actions/setup-go@v7
421421 with :
422422 go-version-file : go.mod
423423
@@ -628,7 +628,7 @@ jobs:
628628 with :
629629 fetch-depth : 0
630630 - name : Set up Go
631- uses : actions/setup-go@v6
631+ uses : actions/setup-go@v7
632632 with :
633633 go-version-file : go.mod
634634
Original file line number Diff line number Diff line change 4949 path : cf-deployment-concourse-tasks
5050
5151 - name : Set Up Go
52- uses : actions/setup-go@v6
52+ uses : actions/setup-go@v7
5353 with :
5454 go-version-file : cli/go.mod
5555 check-latest : true
Original file line number Diff line number Diff line change 8181 # if: condition above.
8282 allow-unsafe-pr-checkout : true
8383 - name : Set Up Go
84- uses : actions/setup-go@v6
84+ uses : actions/setup-go@v7
8585 with :
8686 go-version-file : go.mod
8787 check-latest : true
Original file line number Diff line number Diff line change 4848 uses : actions/checkout@v7
4949
5050 - name : Setup Go Environment
51- uses : actions/setup-go@v6
51+ uses : actions/setup-go@v7
5252 with :
5353 go-version-file : go.mod
5454 check-latest : true
You can’t perform that action at this time.
0 commit comments