File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6868 # only saving the cache in the prerequisites job
6969 cache_save : true
7070 - name : Setup Go Cache
71- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
71+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
7272 with :
7373 cache-dependency-path : |
7474 provider/*.sum
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 - lint
107107 runs-on : ubuntu-latest
108108 steps :
109- - uses : guibranco/github-status-action-v2@0849440ec82c5fa69b2377725b9b7852a3977e76 # v1.1.13
109+ - uses : guibranco/github-status-action-v2@631f55ea0251f0fb284525ad86c30e9f7a8dd284 # v1.1.14
110110 with :
111111 authToken : ${{ secrets.GITHUB_TOKEN }}
112112 # 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 @@ -108,7 +108,7 @@ jobs:
108108 node-version : 20.x
109109 registry-url : https://registry.npmjs.org
110110 - name : Install Go
111- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
111+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
112112 with :
113113 go-version : " 1.21.x"
114114 cache-dependency-path : |
You can’t perform that action at this time.
0 commit comments