File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 contents : read
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
26+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727 with :
2828 ref : ${{ inputs.tag }}
2929 fetch-depth : 0
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 if : needs.create_release.outputs.is_prerelease == 'false'
112112 steps :
113113 - name : Checkout
114- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
114+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
115115 - name : Setup Go
116116 uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
117117 with :
@@ -121,7 +121,7 @@ jobs:
121121 id : build
122122 run : V=1 make build
123123 - name : Checkout Docs
124- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
124+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
125125 with :
126126 repository : smallstep/docs
127127 token : ${{ secrets.DOCS_PAT }}
You can’t perform that action at this time.
0 commit comments