File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6565 cache_save : false
6666 - name : Setup Go Cache
6767 if : matrix.language == 'go' || contains(matrix.language, 'go')
68- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
68+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
6969 with :
7070 cache-dependency-path : |
7171 provider/*.sum
Original file line number Diff line number Diff line change 5858 # only saving the cache in the prerequisites job
5959 cache_save : false
6060 - name : Setup Go Cache
61- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
61+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
6262 with :
6363 cache-dependency-path : |
6464 provider/*.sum
Original file line number Diff line number Diff line change 7070 # only saving the cache in the prerequisites job
7171 cache_save : true
7272 - name : Setup Go Cache
73- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
73+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
7474 with :
7575 cache-dependency-path : |
7676 provider/*.sum
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 - lint
108108 runs-on : ubuntu-latest
109109 steps :
110- - uses : guibranco/github-status-action-v2@0849440ec82c5fa69b2377725b9b7852a3977e76 # v1.1.13
110+ - uses : guibranco/github-status-action-v2@631f55ea0251f0fb284525ad86c30e9f7a8dd284 # v1.1.14
111111 with :
112112 authToken : ${{ secrets.GITHUB_TOKEN }}
113113 # Write an explicit status check called "Sentinel" which will only pass if this code really runs.
Original file line number Diff line number Diff line change 6666 - name : Download bin
6767 uses : ./.github/actions/download-provider
6868 - name : Setup Go Cache
69- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
69+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
7070 if : matrix.language == 'go' || contains(matrix.language, 'go')
7171 with :
7272 cache-dependency-path : |
Original file line number Diff line number Diff line change 9292 node-version : 20.x
9393 registry-url : https://registry.npmjs.org
9494 - name : Install Go
95- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
95+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
9696 with :
9797 go-version : " 1.21.x"
9898 cache-dependency-path : |
You can’t perform that action at this time.
0 commit comments