diff --git a/gh-actions/cache/restore/action.yml b/gh-actions/cache/restore/action.yml index 73f41d1537..1d693ae1dc 100644 --- a/gh-actions/cache/restore/action.yml +++ b/gh-actions/cache/restore/action.yml @@ -54,7 +54,7 @@ runs: - name: Restore GCS cache if: ${{ inputs.gcs-bucket }} id: cache-restore-gcs - uses: envoyproxy/toolshed/gh-actions/gcs/cache/restore@actions-v0.3.24 + uses: envoyproxy/toolshed/gh-actions/gcs/cache/restore@actions-v0.3.27 with: bucket: ${{ inputs.gcs-bucket }} path: ${{ inputs.path || inputs.path-tmp }}