9595 steps :
9696 - if : ${{ inputs.cache_build_image }}
9797 name : Restore Docker cache (${{ inputs.cache_build_image }})
98- uses : envoyproxy/toolshed/gh-actions/docker/cache/restore@actions-v0.0.18
98+ uses : envoyproxy/toolshed/gh-actions/docker/cache/restore@actions-v0.0.27
9999 with :
100100 image_tag : ${{ inputs.cache_build_image }}
101101
@@ -108,7 +108,7 @@ jobs:
108108 - if : ${{ steps.context.outputs.use_appauth == 'true' }}
109109 name : Fetch token for app auth
110110 id : appauth
111- uses : envoyproxy/toolshed/gh-actions/appauth@actions-v0.0.18
111+ uses : envoyproxy/toolshed/gh-actions/appauth@actions-v0.0.27
112112 with :
113113 app_id : ${{ secrets.app_id }}
114114 key : ${{ secrets.app_key }}
@@ -138,15 +138,15 @@ jobs:
138138 run : git config --global --add safe.directory /__w/envoy/envoy
139139
140140 - if : ${{ inputs.diskspace_hack }}
141- uses : envoyproxy/toolshed/gh-actions/diskspace@actions-v0.0.18
141+ uses : envoyproxy/toolshed/gh-actions/diskspace@actions-v0.0.27
142142 - run : |
143143 echo "disk space at beginning of build:"
144144 df -h
145145 name: "Check disk space at beginning"
146146
147147 - if : ${{ inputs.run_pre }}
148148 name : Run pre action ${{ inputs.run_pre && format('({0})', inputs.run_pre) || '' }}
149- uses : envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.0.18
149+ uses : envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.0.27
150150 with :
151151 uses : ${{ inputs.run_pre }}
152152 with : ${{ inputs.run_pre_with }}
@@ -170,7 +170,7 @@ jobs:
170170
171171 - if : ${{ inputs.run_post }}
172172 name : Run post action ${{ inputs.run_pre && format('({0})', inputs.run_post) || '' }}
173- uses : envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.0.18
173+ uses : envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.0.27
174174 with :
175175 uses : ${{ inputs.run_post }}
176176 with : ${{ inputs.run_post_with }}
0 commit comments