5757 - name : Check GCS bucket cache
5858 id : gcs-object
5959 if : ${{ inputs.gcs-bucket }}
60- uses : envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.25
60+ uses : envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.26
6161 with :
6262 bucket : ${{ inputs.gcs-bucket }}
6363 key : ${{ inputs.key }}
@@ -70,15 +70,15 @@ runs:
7070 lookup-only : true
7171 path : ${{ inputs.path || inputs.path-tmp }}
7272 key : ${{ inputs.key }}
73- - uses : envoyproxy/toolshed/gh-actions/jq@actions-v0.3.25
73+ - uses : envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26
7474 if : ${{ ! inputs.lock-id && steps.cache-restore-initial.outputs.cache-hit != 'true' && steps.gcs-object.outputs.exists != 'true' }}
7575 id : lock-id
7676 with :
7777 input : ${{ inputs.key }}
7878 options : -Rr
7979 filter : |
8080 @base64
81- - uses : envoyproxy/toolshed/gh-actions/github/mutex@actions-v0.3.25
81+ - uses : envoyproxy/toolshed/gh-actions/github/mutex@actions-v0.3.26
8282 if : ${{ inputs.lock-token && steps.cache-restore-initial.outputs.cache-hit != 'true' && steps.gcs-object.outputs.exists != 'true' }}
8383 with :
8484 key : ${{ inputs.lock-id || steps.lock-id.outputs.value }}
9696 - name : Check GCS bucket cache
9797 id : gcs-object-recheck
9898 if : ${{ inputs.gcs-bucket && steps.gcs-object.outputs.exists != 'true' }}
99- uses : envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.25
99+ uses : envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.26
100100 with :
101101 bucket : ${{ inputs.gcs-bucket }}
102102 key : ${{ inputs.key }}
@@ -156,7 +156,7 @@ runs:
156156 key : ${{ inputs.key }}
157157
158158 - if : ${{ steps.restore.outputs.save == 'true' && inputs.gcs-bucket }}
159- uses : envoyproxy/toolshed/gh-actions/gcs/cache/save@actions-v0.3.25
159+ uses : envoyproxy/toolshed/gh-actions/gcs/cache/save@actions-v0.3.26
160160 with :
161161 bucket : ${{ inputs.gcs-bucket }}
162162 key : ${{ inputs.key }}
0 commit comments