File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
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 6464 - name : Verify Generated Files of Git Repo
6565 run : make BUILD_IN_CONTAINER=false verify-generated-files
6666
67- - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
67+ - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
6868 with :
6969 node-version : " 22"
7070 - name : Install renovate
9494 }
9595 - name : Generate Labels
9696 if : github.event.pull_request.head.repo.full_name == github.repository # Skip forked PRs
97- uses : actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
97+ uses : actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6
9898 with :
9999 configuration-path : .github/labeler.yaml
100100 - 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