File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ inputs:
2222runs :
2323 using : " composite"
2424 steps :
25- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
25+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
2626 with :
2727 go-version-file : " go.mod"
2828
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: "Testing Release"
33runs :
44 using : " composite"
55 steps :
6- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
6+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
77 with :
88 go-version-file : " go.mod"
99
Original file line number Diff line number Diff line change 3232 with :
3333 fetch-depth : 0
3434
35- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
35+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
3636 with :
3737 go-version-file : " go.mod"
3838
Original file line number Diff line number Diff line change 7777 }
7878 - name : Generate Labels
7979 if : github.event.pull_request.head.repo.full_name == github.repository # Skip forked PRs
80- uses : actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
80+ uses : actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6
8181 with :
8282 configuration-path : .github/labeler.yaml
8383 - name : Sync Labels
Original file line number Diff line number Diff line change 2323 with :
2424 fetch-depth : 0
2525
26- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
26+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
2727 with :
2828 go-version-file : " go.mod"
2929
@@ -139,7 +139,7 @@ jobs:
139139 with :
140140 fetch-depth : 0
141141
142- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
142+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
143143 with :
144144 go-version-file : " go.mod"
145145
Original file line number Diff line number Diff line change 1616 shell : bash
1717 run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
1818
19- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
19+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
2020 with :
2121 go-version-file : " go.mod"
2222
Original file line number Diff line number Diff line change 4040 fi
4141 echo name=${NAME} >> $GITHUB_OUTPUT
4242
43- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
43+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
4444 with :
4545 go-version-file : " go.mod"
4646
You can’t perform that action at this time.
0 commit comments