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:
111111 if : needs.create_release.outputs.is_prerelease == 'false'
112112 steps :
113113 - name : Checkout
114- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
114+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
115115 - name : Setup Go
116116 uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
124+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
125125 with :
126126 repository : smallstep/docs
127127 token : ${{ secrets.DOCS_PAT }}
You can’t perform that action at this time.
0 commit comments