File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
if : needs.create_release.outputs.is_prerelease == 'false'
112
112
steps :
113
113
- name : Checkout
114
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
114
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
115
115
- name : Setup Go
116
116
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
117
117
with :
@@ -121,7 +121,7 @@ jobs:
121
121
id : build
122
122
run : V=1 make build
123
123
- name : Checkout Docs
124
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
124
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
125
125
with :
126
126
repository : smallstep/docs
127
127
token : ${{ secrets.DOCS_PAT }}
You can’t perform that action at this time.
0 commit comments